Skip to content

Commit

Permalink
Update community.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed Dec 14, 2019
1 parent c734e5e commit 77b0c51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions menu/pgbox/community/community.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,14 @@ $p - Now Installing!
EOF

sleep 1

##### CHECK START #####
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 77b0c51

Please sign in to comment.