Skip to content

Commit

Permalink
layout plex patrol
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 25, 2019
1 parent 186c200 commit 6271ad6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions menu/pgscan/pgscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ ansible-playbook /opt/plexguide/menu/pgscan/remove-pgscan.yml
EOF
echo
read -p 'All done | PRESS [ENTER] ' typed </dev/tty
question1
}

# FIRST QUESTION
Expand Down Expand Up @@ -212,8 +211,8 @@ EOF
d) showupdomain && clear && question1 ;;
S) tail -n 50 /opt/plex_autoscan/plex_autoscan.log && doneenter ;;
s) tail -n 50 /opt/plex_autoscan/plex_autoscan.log && doneenter;;
r) remove && doneenter ;;
R) remoive && doneenter;;
r) remove && doneenter && sleep 5 && clear && exit ;;
R) remove && doneenter && sleep 5 && clear && exit ;;
C) credits && clear && question1 ;;
c) credits && clear && question1 ;;
z) exit ;;
Expand Down
2 changes: 1 addition & 1 deletion menu/plexpatrol/plexpatrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ EOF
4) selection4 && clear && question1 ;;
5) selection5 && clear && question1 ;;
6) selection6 && clear && question1 ;;
7) ansible-playbook /opt/plexguide/menu/pg.yml --tags plexpatrol && sleep 5 && clear && question1 ;;
7) ansible-playbook /opt/plexguide/menu/pg.yml --tags plexpatrol && sleep 5 && clear && exit ;;
8) selection7 && question1 ;;
C) credits && clear && question1 ;;
c) credits && clear && question1 ;;
Expand Down
2 changes: 1 addition & 1 deletion menu/plexpatrol/remove-plexpatrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
- '/var/plexguide/pgpatrol'
- '/var/plexguide/plexpatrol'
- '/etc/systemd/system/plexpatrol.service'
- '/etc/systemd/system/pgpatrol.service'
- '/etc/systemd/system/pgpatrol.service'

0 comments on commit 6271ad6

Please sign in to comment.