1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

fix permissions

This commit is contained in:
Thomas 2023-06-19 22:48:20 +02:00 committed by GitHub
parent c21dbaf0eb
commit 66199d6f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,10 +43,6 @@ then
ynh_setup_source --dest_dir="$install_dir/front" --source_id="front"
fi
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir"
#=================================================
# NGINX CONFIGURATION
#=================================================
@ -110,7 +106,7 @@ popd
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# LOGROTATE