Commit a89fff3c authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 8fc64a02
#!/bin/sh -e
#!/bin/sh
if [ ! -x /usr/bin/X ]; then
echo "SKIP autologin: X not installed" >&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment