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:
parent
d8ddaf1a80
commit
4ee02d1cb6
1 changed files with 3 additions and 3 deletions
|
@ -211,9 +211,9 @@ ynh_add_systemd_config
|
||||||
ynh_script_progression --message="Securing files and directories..."
|
ynh_script_progression --message="Securing files and directories..."
|
||||||
|
|
||||||
# Set permissions on app files
|
# Set permissions on app files
|
||||||
chown -R $app:$app $final_path
|
chown -R $app:www-data $final_path
|
||||||
chown -R $app:$app $public_path
|
chown -R $app:www-data $public_path
|
||||||
chmod 750 $public_path
|
chmod 755 $public_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
Loading…
Add table
Reference in a new issue