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

Update upgrade

This commit is contained in:
Limezy 2023-09-29 18:42:27 +07:00
parent 18edc745da
commit 3ca551fdad

View file

@ -87,6 +87,8 @@ then
ynh_setup_source --dest_dir="$final_path" --full_replace=1
fi
ynh_script_progression --message="Done" --weight=1
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"