Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Feb 6, 2019
1 parent fecaacf commit 4889ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions menu/pgbox/pgboxcommunity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,7 @@ $buildup
EOF
read -p '🌍 Type APP for QUEUE | Press [ENTER]: ' typed < /dev/tty

if [[ "$typed" == "deploy" && "$buildup" != "" ]]; then question2; fi
if [[ "$buildup" == "NONE" ]]; then
badinput1
fi
if [[ "$typed" == "deploy" ]]; then question2; fi

if [ "$typed" == "exit" ]; then exit; fi

Expand Down
6 changes: 1 addition & 5 deletions menu/pgbox/pgboxcore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,7 @@ $buildup
EOF
read -p '🌍 Type APP for QUEUE | Press [ENTER]: ' typed < /dev/tty

if [ "$typed" == "deploy" ] && [ "$buildup" == "" ]; then
echo "ERROR -- No APP Queued for Install!"
elif [ "$typed" == "deploy" ]; then
question2
fi
if [[ "$typed" == "deploy" ]]; then question2; fi

if [ "$typed" == "exit" ]; then exit; fi

Expand Down

0 comments on commit 4889ff1

Please sign in to comment.