From 37f969594337d46a7813978800de7c9a07ce46d4 Mon Sep 17 00:00:00 2001 From: vimacs Date: Sat, 13 Feb 2010 13:26:03 +0100 Subject: [PATCH] fixed x restarting, last commit fixed a bug that didnt exist in that way... modified: testdata/scripts/pnd_run.sh --- testdata/scripts/pnd_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- 2.39.5