From: vimacs Date: Sat, 13 Feb 2010 12:26:03 +0000 (+0100) Subject: fixed x restarting, last commit fixed a bug that didnt exist in that way... X-Git-Tag: Release-2010-05/1~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f969594337d46a7813978800de7c9a07ce46d4;p=pandora-libraries.git fixed x restarting, last commit fixed a bug that didnt exist in that way... modified: testdata/scripts/pnd_run.sh --- diff --git a/testdata/scripts/pnd_run.sh b/testdata/scripts/pnd_run.sh index 493bf61..2322e75 100755 --- a/testdata/scripts/pnd_run.sh +++ b/testdata/scripts/pnd_run.sh @@ -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!