Update openvpn-install-more-secure.sh
This commit is contained in:
parent
f357ecad9c
commit
cb8b34c81e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue