mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
Merge 025dccb320
into cc81838501
This commit is contained in:
commit
0e5100215e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,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 || -e /etc/os-release ]]; then
|
||||
OS=centos
|
||||
GROUPNAME=nobody
|
||||
RCLOCAL='/etc/rc.d/rc.local'
|
||||
|
|
Loading…
Add table
Reference in a new issue