From 77b0c512277a65061c3393c11f162fd4b65fe1bb Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Sat, 14 Dec 2019 21:33:45 +0100 Subject: [PATCH] Update community.sh --- menu/pgbox/community/community.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/menu/pgbox/community/community.sh b/menu/pgbox/community/community.sh index 22914476..4f07f857 100644 --- a/menu/pgbox/community/community.sh +++ b/menu/pgbox/community/community.sh @@ -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