Clean out leading white space on l-h.cgi cgi.
This commit is contained in:
parent
773b60ef51
commit
41765d502d
6
cgi/cgi
6
cgi/cgi
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue