Skip to content

Commit

Permalink
msg upd
Browse files Browse the repository at this point in the history
  • Loading branch information
LooseSeal2 committed Jul 21, 2019
1 parent 7f05c05 commit 83bb341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/pgbox/cname.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ EOF
fi
fi
elif [ "$typed" == "2" ]; then
read -p "🌍 Type external port (1025-65535) to use for $program | blank for default port | Press [ENTER]: " typed </dev/tty
read -p "🌍 Type port 1025-65535 to use for $program | blank for default | Press [ENTER]: " typed </dev/tty
if [[ "$typed" == "" ]]; then
echo "" >"/var/plexguide/$program.port"
else
Expand Down

0 comments on commit 83bb341

Please sign in to comment.