Skip to content

Commit

Permalink
Update gcechecker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 9, 2019
1 parent 0ba07b9 commit 2aaac73
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions menu/pggce/gcechecker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ file3="$(tail -n 1 /var/plexguide/gce.done)"
file3b="/var/plexguide/gce.done"

if [[ "$file3" == "1" ]]; then
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📂 Google Cloud Feeder Edition SET!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NVME already mounted on /mnt with size $(df -h /mnt/ --total --local -x tmpfs | grep 'total' | awk '{print $2}')
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EOF
exit

exit
elif [[ "$file3" != "1" ]]; then

if [ "$gcheck" == ".internal" ]; then
Expand Down

0 comments on commit 2aaac73

Please sign in to comment.