fixed x restarting, last commit fixed a bug that didnt exist in that way...
authorvimacs <vimacs@pndtest>
Sat, 13 Feb 2010 12:26:03 +0000 (13:26 +0100)
committervimacs <vimacs@pndtest>
Sat, 13 Feb 2010 12:26:03 +0000 (13:26 +0100)
modified:   testdata/scripts/pnd_run.sh

testdata/scripts/pnd_run.sh

index 493bf61..2322e75 100755 (executable)
@@ -211,7 +211,7 @@ fi
 if [ $nox ]; then #restart x if it was killed
 echo "starting x in 5s"
 sleep 5
-sudo /etc/init.d/slim-init-init start
+sudo /etc/init.d/slim-init start
 fi
 }
 echo forking now!