Skip to content

Commit

Permalink
fix #5244
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 authored and artragis committed Jan 31, 2019
1 parent e7c946c commit 2731e26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install_zds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2731e26

Please sign in to comment.