We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1bfdb commit 36e2f2fCopy full SHA for 36e2f2f
install.sh
@@ -338,7 +338,8 @@ change_port() {
338
echo -e "${yellow}×××××××××××××××××××××××${rest}"
339
echo -e "${cyan}Current HTTPS port: ${purple}$current_port${rest}"
340
341
- read -p "Enter the new HTTPS port: " new_port
+ read -p "Enter the new HTTPS port [default: 443]: " new_port
342
+ new_port=${new_port:-443}
343
344
345
# Change the port in NGINX configuration file
0 commit comments