mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-02-17 14:03:13 +03:00
Update openvpn-install.sh
This commit is contained in:
parent
b5072b3e59
commit
4382d750b4
@ -1,9 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
|
||||||
# https://github.com/birkhoffcheng/openvpn-install
|
# 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
|
# Detect Debian users running the script with "sh" instead of bash
|
||||||
if readlink /proc/$$/exe | grep -q "dash"; then
|
if readlink /proc/$$/exe | grep -q "dash"; then
|
||||||
@ -168,7 +164,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
|
|||||||
done
|
done
|
||||||
else
|
else
|
||||||
clear
|
clear
|
||||||
echo 'Welcome to this OpenVPN installer!'
|
echo 'Welcome to OpenVPN installer!'
|
||||||
echo
|
echo
|
||||||
# OpenVPN setup and first user creation
|
# OpenVPN setup and first user creation
|
||||||
echo "I need to ask you a few questions before starting the setup."
|
echo "I need to ask you a few questions before starting the setup."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user