Skip to content

Commit

Permalink
push fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 7, 2019
1 parent 3c04f8f commit 58a90ce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 25 deletions.
2 changes: 1 addition & 1 deletion menu/interface/cloudselect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 PG Cloud Service Installer | http://cloud.pgblitz.com
📂 Cloud Service Installer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1] Cloud Instance: Google (Blitz ~ GCE Edition)
Expand Down
2 changes: 1 addition & 1 deletion menu/interface/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setstart() {
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 PG Settings Interface Menu
🚀 Settings Interface Menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1] Download Path : Change the Processing Location
Expand Down
4 changes: 2 additions & 2 deletions menu/interface/version/file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ done </opt/plexguide/menu/interface/version/version.sh
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 PG Update Interface Menu
📂 Update Interface Menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EOF
Expand All @@ -28,7 +28,7 @@ echo "[Z] Exit"
echo ""
break=no
while [ "$break" == "no" ]; do
read -p '↘️ Type [PG Version] | PRESS ENTER: ' typed
read -p '↘️ Type | PRESS ENTER: ' typed
storage=$(grep $typed /var/plexguide/ver.temp)

if [[ "$typed" == "exit" || "$typed" == "Exit" || "$typed" == "EXIT" || "$typed" == "z" || "$typed" == "Z" ]]; then
Expand Down
31 changes: 10 additions & 21 deletions menu/start/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ file="/var/plexguide/pg.number"
if [ -e "$file" ]; then
check="$(cat /var/plexguide/pg.number | head -c 1)"
if [[ "$check" == "5" || "$check" == "6" || "$check" == "7" ]]; then

tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌎 INSTALLER BLOCK: Notice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
We detected PG Version $check is running! Per the instructions, PG 8
must be installed on a FRESH BOX! Exiting!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EOF
exit
fi
fi
Expand Down Expand Up @@ -212,16 +201,16 @@ EOF

tee <<-EOF
[1] Traefik : Reverse Proxy
[2] Port Guard: [$ports] Protects the Server Ports
[3] PG Shield : Enable Google's OAuthentication Protection
[4] PG Clone : Mount Transport
[5] PG Box : Apps ~ Core, Community & Removal
[6] PG Press : Deploy WordPress Instances
[7] PG Vault : Backup & Restore
[8] PG Cloud : GCE & Virtual Instances
[9] PG Tools
[10] PG Settings
[1] Traefik : Reverse Proxy
[2] Port Guard : [$ports] Protects the Server Ports
[3] GOAuth : Enable Google's OAuthentication Protection
[4] rClone : Mount Transport
[5] APPBox : Apps ~ Core, Community & Removal
[6] WordPress : Deploy WordPress Instances
[7] Back&Rest : Backup & Restore
[8] Cloud : GCE & Virtual Instances
[9] Tools
[10] Settings
[Z] Exit
"$quote"
Expand Down

0 comments on commit 58a90ce

Please sign in to comment.