Clean out leading white space on l-h.cgi cgi.

This commit is contained in:
Richard Nelson 2010-03-14 12:13:06 -05:00 committed by Daniel Baumann
parent 773b60ef51
commit 41765d502d
1 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@
# Reading defaults
if [ -r /etc/default/live-helper.cgi ]
then
. /etc/default/live-helper.cgi
. /etc/default/live-helper.cgi
else
echo "E: /etc/default/live-helper.cgi missing"
exit 1
echo "E: /etc/default/live-helper.cgi missing"
exit 1
fi
# Turn on debug if enabled