Skip to content

Commit

Permalink
Update pgscan.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Jan 13, 2020
1 parent 5d9ea5f commit f741a0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions menu/pgscan/pgscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ dontwork() {
read -p 'Confirm Info | PRESS [ENTER] ' typed </dev/tty
clear && exit 0
}
works(){
works() {
echo
read -p 'Confirm Info | PRESS [ENTER] ' typed </dev/tty
clear && question1
}
credits(){
credits() {
clear
chk=$(figlet Plex Auto Scan | lolcat )
tee <<-EOF
Expand Down Expand Up @@ -117,7 +117,7 @@ EOF
read -p 'Confirm Info | PRESS [ENTER] ' typed </dev/tty
clear && question1
}
doneenter(){
doneenter() {
echo
read -p 'All done | PRESS [ENTER] ' typed </dev/tty
clear && question1
Expand Down Expand Up @@ -145,7 +145,7 @@ EOF
works
else question1; fi
}
remove(){
remove() {
PAS_CONFIG="/opt/plex_autoscan/config/config.json"
if [[ -f "$PAS_CONFIG" ]]; then
ansible-playbook /opt/plexguide/menu/pgscan/remove-pgscan.yml
Expand Down

0 comments on commit f741a0e

Please sign in to comment.