From 05dd424962a4f9efbb2e0b5aa8623038145fbd81 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Tue, 14 Nov 2023 09:39:56 +0100 Subject: [PATCH] log update when switching to release in config panel --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config b/scripts/config index 5f93dd1..369220f 100644 --- a/scripts/config +++ b/scripts/config @@ -75,7 +75,7 @@ set__git_branch_mode() { ynh_print_info "Switching to \"release\" branch" (cd "$install_dir" && ynh_exec_as "$app" git checkout release) ynh_print_info "Full update of the website" - (cd "$install_dir" && ynh_exec_as "$app" util/udall) + (cd "$data_dir" && bash daily-update.sh >> daily-updates.log 2>&1) else ynh_die --message="\"release\" branch is behind your local \"dev\" branch, rolling back is not allowed here" exit 1