mirror of
https://github.com/justinccdev/opensimulator-tools.git
synced 2026-08-14 01:07:50 +00:00
Also use full screen name in stop command
This commit is contained in:
@@ -151,7 +151,7 @@ class OSimCtrl:
|
||||
if comm == "bash":
|
||||
os.kill(int(autoRestartPid), signal.SIGUSR1)
|
||||
|
||||
execCmd("%s -S %s -p 0 -X stuff quit$(printf \r)" % (self._screenPath, self._screenName))
|
||||
execCmd("%s -S %s -p 0 -X stuff quit$(printf \r)" % (self._screenPath, screen))
|
||||
|
||||
timeElapsed = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user