mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47495 from dwoz/uninstall_wart
Fix crufty nssm.exe reference
This commit is contained in:
commit
05fc52f124
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ Function ${un}uninstallSalt
|
|||
|
||||
# Remove files
|
||||
Delete "$INSTDIR\uninst.exe"
|
||||
Delete "$INSTDIR\nssm.exe"
|
||||
Delete "$INSTDIR\ssm.exe"
|
||||
Delete "$INSTDIR\salt*"
|
||||
Delete "$INSTDIR\vcredist.exe"
|
||||
RMDir /r "$INSTDIR\bin"
|
||||
|
|
Loading…
Add table
Reference in a new issue