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

Update upgrade

This commit is contained in:
ericgaspar 2021-04-24 13:28:35 +02:00
parent d8ddaf1a80
commit 4ee02d1cb6

View file

@ -211,9 +211,9 @@ ynh_add_systemd_config
ynh_script_progression --message="Securing files and directories..."
# Set permissions on app files
chown -R $app:$app $final_path
chown -R $app:$app $public_path
chmod 750 $public_path
chown -R $app:www-data $final_path
chown -R $app:www-data $public_path
chmod 755 $public_path
#=================================================
# SETUP SSOWAT