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 Oct 23, 2019
1 parent 2c94bf4 commit adecbf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion menu/pgscan/pgscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ EOF
read -p '↘️ Type Number | Press [ENTER]: ' typed </dev/tty

if [ "$typed" == "1" ]; then
ansible-playbook /opt/plexguide/menu/pgscan/pgscan.yml && question1
ansible-playbook /opt/plexguide/menu/pgscan/pgscan.yml
ansible-playbook /opt/plexguide/menu/pgscan/alias/alias.yml
question1
elif [[ "$typed" == "Z" || "$typed" == "z" ]]; then
exit
else badinput; fi
Expand Down

0 comments on commit adecbf2

Please sign in to comment.