From cb8b34c81e69b59b4e0b04b2fc98cb00c04dbc84 Mon Sep 17 00:00:00 2001 From: dex4k <49769442+dex4k@users.noreply.github.com> Date: Mon, 12 Aug 2019 13:28:52 +0100 Subject: [PATCH] Update openvpn-install-more-secure.sh --- openvpn-install-more-secure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openvpn-install-more-secure.sh b/openvpn-install-more-secure.sh index 47f035e..0a1c1a5 100755 --- a/openvpn-install-more-secure.sh +++ b/openvpn-install-more-secure.sh @@ -1,7 +1,8 @@ #!/bin/bash # Secure OpenVPN server installer for Debian, Ubuntu, CentOS, Fedora and Arch Linux -# https://github.com/angristan/openvpn-install +# https://github.com/dex4k/openvpn-hardened-install +# Forked from https://github.com/angristan/openvpn-install function isRoot () { if [ "$EUID" -ne 0 ]; then