summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/cgi b/cgi/cgi
index a9c0310..19eea7d 100755
--- a/cgi/cgi
+++ b/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