Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdsl2 committed Oct 20, 2023
1 parent 9c9ecae commit 77b87f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ select_protocol() {
select_port() {
if [ "$auto" = 0 ]; then
echo
echo "What port should OpenVPN listen to?"
echo "Which port should OpenVPN listen to?"
read -rp "Port [1194]: " port
until [[ -z "$port" || "$port" =~ ^[0-9]+$ && "$port" -le 65535 ]]; do
echo "$port: invalid port."
Expand Down

0 comments on commit 77b87f4

Please sign in to comment.