From 96518ebeead3c7741308080ef217850ad2592e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 15 May 2023 18:40:08 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7b277e7..a27fe72 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -31,8 +31,8 @@ then pushd $install_dir chown -R $app:www-data "$install_dir" git config --system --add safe.directory $install_dir - - ynh_exec_warn_less git pull https://git.j3s.sh/vore "$install_dir" --quiet + + ynh_exec_warn_less git pull https://git.j3s.sh/vore --quiet ynh_add_config --template="../conf/index.tmpl.html" --destination="$install_dir/files/index.tmpl.html" ynh_exec_warn_less ynh_exec_as $app CGO_ENABLED=0 $ynh_go build -o $install_dir/ popd