aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/start-sim
diff options
context:
space:
mode:
Diffstat (limited to 'start-sim')
-rwxr-xr-xstart-sim2
1 files changed, 1 insertions, 1 deletions
diff --git a/start-sim b/start-sim
index c295d6c..89e38d6 100755
--- a/start-sim
+++ b/start-sim
@@ -78,7 +78,7 @@ case $(basename $0) in
78 if [ -e /var/run/opensim/${tgt}.pid ] 78 if [ -e /var/run/opensim/${tgt}.pid ]
79 then 79 then
80 # Double check if it's REALLY running. 80 # Double check if it's REALLY running.
81 if [ "x$(ps -p $(cat /var/run/opensim/sim90.pid) --no-headers -o comm)" = "x" ]; then 81 if [ "x$(ps -p $(cat /var/run/opensim/${tgt}.pid) --no-headers -o comm)" = "x" ]; then
82 $SUDO rm -f /var/run/opensim/${tgt}.pid 82 $SUDO rm -f /var/run/opensim/${tgt}.pid
83 fi 83 fi
84 fi 84 fi