Fix test port number

Test of port definition was reversed…
This commit is contained in:
Nicolas KAROLAK
2016-09-04 17:17:30 +02:00
parent 570ee6ad42
commit 6906d92379
+1 -3
View File
@@ -48,10 +48,8 @@ read -p "Server Hostname/IP: " ip_server
read -p "Port [443]: " server_port
if [[ ! -z $server_port ]]; then
if [[ -z $server_port ]]; then
server_port="443"
else
server_port=$server_port
fi
# Get root pass (to create the database and the user)