Also use full screen name in stop command

This commit is contained in:
Justin Clark-Casey
2014-05-29 18:05:18 +01:00
parent 8dca477af7
commit f9167af677
@@ -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