From 40aec61701e6029d038d7e9e4127a9f013cf85ba Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 14 Apr 2016 16:16:31 +0200 Subject: [PATCH] Ask user to reboot after the remote install script --- scripts/remote-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index 95680efe..8bc6b70e 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -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