From 3ca551fdad7c3070ed63977a2124161c600561a2 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 29 Sep 2023 18:42:27 +0700 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 867bcfb..34e7d8b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"