Skip to content

Commit

Permalink
Edit a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Sep 3, 2021
1 parent 8924940 commit 1bf4834
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/install/OneClickInstall/appserver-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ product="appserver"

while [ "$1" != "" ]; do
case $1 in
-ls | --local_scripts )
-ls | --localscripts )
if [ "$2" == "true" ] || [ "$2" == "false" ]; then
PARAMETERS="$PARAMETERS ${1}";
LOCAL_SCRIPTS=$2
Expand Down
2 changes: 1 addition & 1 deletion build/install/OneClickInstall/install-Debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ while [ "$1" != "" ]; do
fi
;;

-ls | --local_scripts )
-ls | --localscripts )
if [ "$2" != "" ]; then
LOCAL_SCRIPTS=$2
shift
Expand Down
2 changes: 1 addition & 1 deletion build/install/OneClickInstall/install-Docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ while [ "$1" != "" ]; do
fi
;;

-ls | --local_scripts )
-ls | --localscripts )
if [ "$2" != "" ]; then
shift
fi
Expand Down
2 changes: 1 addition & 1 deletion build/install/OneClickInstall/install-RedHat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ while [ "$1" != "" ]; do
fi
;;

-ls | --local_scripts )
-ls | --localscripts )
if [ "$2" != "" ]; then
LOCAL_SCRIPTS=$2
shift
Expand Down

0 comments on commit 1bf4834

Please sign in to comment.