diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-07 11:54:06 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-03-07 11:55:28 +0100 |
commit | 009f0cdb2c75c79c2f628080974ed45dd4c7dcac (patch) | |
tree | 142137cbbb4cc90db76af4eabddd225137a4f6a2 | |
parent | 32a7901229c0122e5b48acadeb769b66064df647 (diff) | |
download | vyos-live-build-009f0cdb2c75c79c2f628080974ed45dd4c7dcac.tar.gz vyos-live-build-009f0cdb2c75c79c2f628080974ed45dd4c7dcac.zip |
Updating function reading in the cgi.
-rwxr-xr-x | cgi/cron | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 ] |