mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 19:30:16 +00:00
Removed -p flag to create home dir
As described in #165 ( fc14664
) it is not desirable.
This commit is contained in:
parent
75b7995a87
commit
27c34aa297
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ confOVPN() {
|
|||
# verify server name to strengthen security
|
||||
$SUDO sed -i "s/SRVRNAME/${SERVER_NAME}/" /etc/openvpn/easy-rsa/pki/Default.txt
|
||||
|
||||
$SUDO mkdir -p "/home/$pivpnUser/ovpns"
|
||||
$SUDO mkdir "/home/$pivpnUser/ovpns"
|
||||
$SUDO chmod 0777 -R "/home/$pivpnUser/ovpns"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue