From 4382d750b4f4a0223272a8f1fafd1e778a9ad530 Mon Sep 17 00:00:00 2001 From: Birkhoff <23278129+birkhoffcheng@users.noreply.github.com> Date: Sun, 8 Jul 2018 16:24:38 -0400 Subject: [PATCH] Update openvpn-install.sh --- openvpn-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 89fc202..bb60c69 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1,9 +1,5 @@ #!/bin/bash -# # https://github.com/birkhoffcheng/openvpn-install -# -# Copyright (c) 2013 Nyr. Released under the MIT License. - # Detect Debian users running the script with "sh" instead of bash if readlink /proc/$$/exe | grep -q "dash"; then @@ -168,7 +164,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then done else clear - echo 'Welcome to this OpenVPN installer!' + echo 'Welcome to OpenVPN installer!' echo # OpenVPN setup and first user creation echo "I need to ask you a few questions before starting the setup."