Skip to content

Commit

Permalink
Update personal.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 16, 2019
1 parent 2b55d1b commit 71cf539
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion menu/pgbox/personal/personal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,18 @@ $p - Now Installing!
EOF

sleep 1

##### CHECK START #####
if [ "$p" == "plex" ]; then
bash /opt/plexguide/menu/plex/plex.sh
elif [ "$p" == "nzbthrottle" ]; then nzbt; fi

if [ "$p" == "plaxt" ]; then
bash /opt/plexguide/menu/functions/plaxt.sh; fi

if [ "$p" == "channelsdvr" ]; then
bash /opt/plexguide/menu/functions/channelsdvr.sh; fi
##### CHECK EXIT #####

# Store Used Program
echo "$p" >/tmp/program_var
# Execute Main Program
Expand Down

0 comments on commit 71cf539

Please sign in to comment.