1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-11-24 19:26:35 +01:00
parent 86e3efa25e
commit 2c806948ec
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -99,9 +99,6 @@ then
ynh_secure_remove --file="$new_phpbb_dir"
fi
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# NGINX CONFIGURATION
@ -138,6 +135,10 @@ if [ -e "$final_path/install" ]; then
mv "$final_path/install" "$final_path/install_old"
fi
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# SETUP A CRON
#=================================================