1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00
This commit is contained in:
liberodark 2019-01-07 17:27:40 +01:00
parent 09616f37e8
commit 377e067513

View file

@ -151,7 +151,7 @@ ynh_store_file_checksum "$final_path/app/Config/database.php"
### that really need such authorization.
# Set permissions to app files
chown -R $app:$app $final_path
chown -R www-data:www-data $final_path
chmod -R 775 $final_path
#=================================================