Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powershell script has a syntax issue. #135

Closed
cecconae opened this issue Jan 27, 2023 · 1 comment · Fixed by #136
Closed

Powershell script has a syntax issue. #135

cecconae opened this issue Jan 27, 2023 · 1 comment · Fixed by #136
Labels
bug Something isn't working powershell windows

Comments

@cecconae
Copy link

This line :
if (not (Test-Path -Path $UninstallerPath)) {

Should be :
if (-not (Test-Path -Path $UninstallerPath)) {

@carlosmmatos
Copy link
Contributor

carlosmmatos commented Jan 27, 2023

@cecconae thanks for opening the issue. We are looking into this. I'm guessing based on the limited information that you are running the falcon_windows_install.ps1 script? Just out of curiosity, why not use the falcon_windows_uninstall.ps1 script? At some point we plan on removing this functionality from the install script.

For now, we'll fix this if block in an upcoming PR.

@carlosmmatos carlosmmatos linked a pull request Jan 27, 2023 that will close this issue
@carlosmmatos carlosmmatos added bug Something isn't working powershell windows labels Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working powershell windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants