mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Add missing silent flag to uninstall
This commit is contained in:
@@ -55,7 +55,7 @@ else
|
||||
restartService = interactive;
|
||||
|
||||
process.StartInfo.Arguments = uninstall
|
||||
? "-u"
|
||||
? $"-u{(silent ? " -s" : String.Empty)}"
|
||||
: $"-i -f -x{(restartService ? " -r" : String.Empty)}{((interactive || shortcut) ? " -c" : String.Empty)}{(silent ? " -s" : String.Empty)}";
|
||||
|
||||
process.Start();
|
||||
|
||||
Reference in New Issue
Block a user