Skip to content

Commit

Permalink
Update mountcheck.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed Aug 10, 2019
1 parent d95c167 commit 73b6af5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions menu/pgui/mountcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@ while true; do
echo "🔴 Not Operational" >/var/plexguide/pg.gdrive
else echo "✅ Operational" >/var/plexguide/pg.gdrive; fi

if [[ "$gdrivecheck" != "active" ]]; then
echo "🔴 Not Operational" >/var/plexguide/pg.gmount
else echo "✅ Operational" >/var/plexguide/pg.gmount; fi
if [[ "$gcryptcheck" != "active" ]]; then
echo "🔴 Not Operational" >/var/plexguide/pg.gcrypt
else echo "✅ Operational" >/var/plexguide/pg.gcrypt; fi

if [[ "$tdrivecheck" != "active" ]]; then
echo "🔴 Not Operational " >/var/plexguide/pg.tdrive
else echo "✅ Operational" >/var/plexguide/pg.tdrive; fi

if [[ "$tdrivecheck" != "active" ]]; then
echo "🔴 Not Operational " >/var/plexguide/pg.tmount
else echo "✅ Operational" >/var/plexguide/pg.tmount; fi
if [[ "$tcryptcheck" != "active" ]]; then
echo "🔴 Not Operational " >/var/plexguide/pg.crypt
else echo "✅ Operational" >/var/plexguide/pg.crypt; fi

if [[ "$pgunioncheck" != "active" ]]; then
echo "🔴 Not Operational " >/var/plexguide/pg.union
else echo "✅ Operational " >/var/plexguide/pg.union; fi

if [[ "$pgunioncheck" != "active" ]]; then
echo "🔴 Not Operational " >/var/plexguide/pg.umount
else echo "✅ Operational " >/var/plexguide/pg.umount; fi
if [[ "$pgblitzcheck" != "active" ]]; then
echo "🔴 Not Operational " >/var/plexguide/pg.blitz
else echo "✅ Operational " >/var/plexguide/pg.blitz; fi

# Disk Calculations - 5000000 = 5GB

Expand Down

0 comments on commit 73b6af5

Please sign in to comment.