1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

Fix permissions on restore

This commit is contained in:
Nils VAN ZUIJLEN 2021-04-16 11:58:38 +02:00
parent 2de8f0b821
commit da9deb6fff

View file

@ -73,6 +73,7 @@ ynh_system_user_create --username=$app
# Restore permissions on app files
chown -R root: $final_path
chown -R $app $final_path/{cache,files,themes,tools,wakka.config.php}
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION