Skip to content

Commit

Permalink
Update plex.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 9, 2019
1 parent 8339677 commit 384481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/plex/plex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ EOF
read -p '↘️ Type Number | Press [ENTER]: ' typed </dev/tty

case $typed in
echo ""
1) echo "remote" >/var/plexguide/plex.server ;;
2) echo "local" >/var/plexguide/plex.server ;;
*) badinput && setserver ;;
esac
}

# THIRD QUESTION
Expand Down

0 comments on commit 384481e

Please sign in to comment.