mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-13 17:13:00 +01:00
Don't pause after elevating process
This commit is contained in:
@@ -83,7 +83,7 @@ try
|
||||
elevatedProcess.StartInfo.Verb = "runas";
|
||||
|
||||
elevatedProcess.Start();
|
||||
ExitPause(0);
|
||||
return;
|
||||
}
|
||||
|
||||
Console.WriteLine("Administrative privileges confirmed.");
|
||||
@@ -93,6 +93,8 @@ try
|
||||
const string PathToCommsBinary =
|
||||
#if DEBUG
|
||||
"../../../../../Tgstation.Server.Migrator.Comms/bin/Debug/net472/win-x86/" +
|
||||
#else
|
||||
"Comms/" +
|
||||
#endif
|
||||
"Tgstation.Server.Migrator.Comms.exe";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user