diff options
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cgi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |