live: fixed 40-autologin

It was bailing out due to the grossly unneeded -e;
thanks dans@ for bringing my attention to this
right at LVEE 2013 Winter.
This commit is contained in:
Michael Shigorin 2013-02-16 13:47:49 +03:00
parent 8fc64a023f
commit a89fff3c6a

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/sh
if [ ! -x /usr/bin/X ]; then
echo "SKIP autologin: X not installed" >&2