diff --git a/bin/install.sh b/bin/install.sh index e020317..069413b 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -65,7 +65,7 @@ main(){ # create paths for environment own-pki echo -n -e "Create path $BIN_PATH/lib: " if [ ! -d "$BIN_PATH/lib" ]; then - mkdir -p "$BIN_PATH" 2>/dev/null + mkdir -p "$BIN_PATH/lib" 2>/dev/null check_rc $? else msg_warn "$BIN_PATH already exists!"