From bc64b7565293b73cca0db7fb178c513b64e773d4 Mon Sep 17 00:00:00 2001 From: firm1 Date: Wed, 30 Jan 2019 11:07:50 +0100 Subject: [PATCH] fix #5244 --- scripts/install_zds.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install_zds.sh b/scripts/install_zds.sh index 7b0c47f280..f7c9166c65 100755 --- a/scripts/install_zds.sh +++ b/scripts/install_zds.sh @@ -28,7 +28,9 @@ function error { } # variables -source define_variable.sh +LOCAL_DIR="$(cd "$(dirname "$0")" && pwd)" +source $LOCAL_DIR/define_variable.sh + # os-specific package install if ! $(_in "-packages" $@) && ( $(_in "+packages" $@) || $(_in "+base" $@) || $(_in "+full" $@) ); then