Updating function reading in the cgi.

This commit is contained in:
Daniel Baumann 2010-03-07 11:54:06 +01:00
parent 32a7901229
commit 009f0cdb2c
1 changed files with 1 additions and 6 deletions

View File

@ -8,12 +8,7 @@
# under certain conditions; see COPYING for details.
# Including common functions
LH_BASE="${LH_BASE:-/usr/share/live-helper}"
for _FUNCTION in "${LH_BASE}"/functions/*.sh
do
. "${_FUNCTION}"
done
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Reading defaults
if [ -r /etc/default/live-webhelper ]