diff --git a/install.sh b/install.sh index b91f8bcae0bd6054678ef6d74cb21368f8da0492..3abbe6d597e4dfbcde6d8a1799315eea2b52bf8f 100755 --- a/install.sh +++ b/install.sh @@ -3,10 +3,9 @@ mode="dev" if [[ $* =~ ^(prod)$ ]]; then - mode=$1 + mode="prod" fi - if [ $mode == "dev" ]; then echo "[Installing AURA ENGINE for Development]" fi