Skip to content

Commit

Permalink
sysmtax
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 27, 2019
1 parent 952a64c commit 63aafe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions menu/pgscan/pgscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ EOF
case $typed in
1) lang && clear && fxmatch ;;
2) runs && clear && fxmatch ;;
z) exit ;;
Z) exit ;;
z) question1 ;;
Z) question1 ;;
*) fxmatch ;;
esac

Expand Down
8 changes: 4 additions & 4 deletions menu/pgscan/scripts/endbanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ EOF
read -p '↘️ Type [ Y ] or [ N ] | Press [ENTER]: ' typed </dev/tty

case $typed in
Y) docker restart plex && exit 0 ;;
y) docker restart plex && exit 0 ;;
N) exit 0 ;;
n) exit 0 ;;
Y) docker restart plex && exit ;;
y) docker restart plex && exit ;;
N) exit ;;
n) exit ;;
*) clear && pasdeployed ;;
esac
}
Expand Down

0 comments on commit 63aafe9

Please sign in to comment.