1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headscale_ynh.git synced 2024-09-03 19:25:53 +02:00

Fix install_dir and binary permissions

This commit is contained in:
tituspijean 2023-06-11 17:40:46 +02:00
parent 348feede01
commit 1834491cb8
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -34,7 +34,8 @@ fi
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
chown -R $app:$app "$install_dir"
chmod -R ug+x "$install_dir/headscale"
#=================================================
# NGINX CONFIGURATION