diff options
Diffstat (limited to 'helpers/config')
-rwxr-xr-x | helpers/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/config b/helpers/config index e2eff08..a341af6 100755 --- a/helpers/config +++ b/helpers/config @@ -9,6 +9,9 @@ set -e +# Including common functions +. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh + # Read meta config if [ "${1}" != "noauto" ] && [ -x auto/config ] then @@ -21,9 +24,6 @@ then shift fi -# Including common functions -. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh - # Setting static variables SYSTEM_LH_CONFFILE="/etc/default/live-helper" DESCRIPTION="$(Echo 'create configuration for live-helper(7)')" |