New line after encryption

This commit is contained in:
Quentin McGaw
2018-09-12 19:23:02 +02:00
parent 852748ec81
commit bf6401da23

View File

@@ -59,7 +59,7 @@ printf "\n * Starting OpenVPN using the following parameters:"
printf "\n * Domain: $PIADOMAIN"
printf "\n * Port: $PORT"
printf "\n * Protocol: $PROTOCOL"
printf "\n * Encryption: $ENCRYPTION"
printf "\n * Encryption: $ENCRYPTION\n"
cd /openvpn-$PROTOCOL-$ENCRYPTION
openvpn --config "$REGION.ovpn" --auth-user-pass /auth.conf
printf "\nExiting...\n\n"