mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-26 09:10:10 +00:00
Permissions hardening and Standardization
This commit is contained in:
parent
9ee4c6179f
commit
ad466f8728
2 changed files with 3 additions and 3 deletions
|
@ -381,7 +381,7 @@ fi
|
|||
|
||||
if [ ! -d "/home/$INSTALL_USER/ovpns" ]; then
|
||||
mkdir "/home/$INSTALL_USER/ovpns"
|
||||
chmod 0777 -R "/home/$INSTALL_USER/ovpns"
|
||||
chmod 0750 "/home/$INSTALL_USER/ovpns"
|
||||
fi
|
||||
|
||||
# If user is using Bitwarden, have them login again to submit their .ovpn file to their vault
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue