r2631 - people/bmsleight/autotesting
bmsleight-guest at alioth.debian.org
bmsleight-guest at alioth.debian.org
Sun Jul 29 14:23:46 UTC 2007
Author: bmsleight-guest
Date: 2007-07-29 14:23:46 +0000 (Sun, 29 Jul 2007)
New Revision: 2631
Modified:
people/bmsleight/autotesting/video-qemu-booting-iso.sh
Log:
Missed a few lines
Modified: people/bmsleight/autotesting/video-qemu-booting-iso.sh
===================================================================
--- people/bmsleight/autotesting/video-qemu-booting-iso.sh 2007-07-29 14:15:42 UTC (rev 2630)
+++ people/bmsleight/autotesting/video-qemu-booting-iso.sh 2007-07-29 14:23:46 UTC (rev 2631)
@@ -27,7 +27,7 @@
exit
fi
VNCCONF=$(cat /etc/vnc.conf | grep "^\$vncStartup")
-if [ "VNCCONF" -neq "\$vncStartup = \"~/.vnc/xstartup\";" ]
+if [ "$VNCCONF" != "\$vncStartup = \"~/.vnc/xstartup\";" ]
then
echo "Requires vnc.conf to have the line:- "
echo "\$vncStartup = \"~/.vnc/xstartup\";"
@@ -201,6 +201,7 @@
DISPLAY="$OLD_DISPLAY"
export DISPLAY="$OLD_DISPLAY"
rm $TMP_DIR -r
+rm /tmp/video-qemu-booting-iso.lock
}
More information about the debian-live-changes
mailing list