Update openvpn-install-more-secure.sh

This commit is contained in:
dex4k 2019-08-12 13:28:52 +01:00 committed by GitHub
parent f357ecad9c
commit cb8b34c81e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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