Ask user to reboot after the remote install script

This commit is contained in:
Julien Duponchelle 2016-04-14 16:16:31 +02:00
parent 7f77c66888
commit 40aec61701
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -332,6 +332,6 @@ set +e
service openvpn stop
service openvpn start
log "Download http://$MY_IP_ADDR:8003/$UUID/$HOSTNAME.ovpn to setup your OpenVPN client"
log "Download http://$MY_IP_ADDR:8003/$UUID/$HOSTNAME.ovpn to setup your OpenVPN client after rebooting the server"
fi