Skip to content

Commit

Permalink
Fix shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
conradgg committed May 19, 2024
1 parent e7ce129 commit 0558611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireguard-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function installQuestions() {
until [[ ${SERVER_MTU} =~ ^[0-9]+$ ]] && [ "${SERVER_MTU}" -ge 1200 ] && [ "${SERVER_MTU}" -le 1500 ]; do
read -rp "Server MTU [1200-1500]: " -e -i 1420 SERVER_MTU
done

until [[ ${CLIENT_MTU} =~ ^[0-9]+$ ]] && [ "${CLIENT_MTU}" -ge 1200 ] && [ "${CLIENT_MTU}" -le 1500 ]; do
read -rp "Client MTU [1200-1500]: " -e -i 1420 CLIENT_MTU
done
Expand Down

0 comments on commit 0558611

Please sign in to comment.