Updating function reading in the cgi.
This commit is contained in:
parent
32a7901229
commit
009f0cdb2c
7
cgi/cron
7
cgi/cron
|
@ -8,12 +8,7 @@
|
||||||
# under certain conditions; see COPYING for details.
|
# under certain conditions; see COPYING for details.
|
||||||
|
|
||||||
# Including common functions
|
# Including common functions
|
||||||
LH_BASE="${LH_BASE:-/usr/share/live-helper}"
|
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
|
||||||
|
|
||||||
for _FUNCTION in "${LH_BASE}"/functions/*.sh
|
|
||||||
do
|
|
||||||
. "${_FUNCTION}"
|
|
||||||
done
|
|
||||||
|
|
||||||
# Reading defaults
|
# Reading defaults
|
||||||
if [ -r /etc/default/live-webhelper ]
|
if [ -r /etc/default/live-webhelper ]
|
||||||
|
|
Loading…
Reference in New Issue