mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
Merge be25c256b2
into c0f0d47a64
This commit is contained in:
commit
5122b39388
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if [[ -e /etc/debian_version ]]; then
|
|||
OS=debian
|
||||
GROUPNAME=nogroup
|
||||
RCLOCAL='/etc/rc.local'
|
||||
elif [[ -e /etc/centos-release || -e /etc/redhat-release ]]; then
|
||||
elif [[ -e /etc/centos-release || -e /etc/redhat-release || -z $(cut -d= /etc/os-release | grep rhel-fedora) ]]; then
|
||||
OS=centos
|
||||
GROUPNAME=nobody
|
||||
RCLOCAL='/etc/rc.d/rc.local'
|
||||
|
|
Loading…
Add table
Reference in a new issue