From 1f1194d60739555c7854ffd5cca65c03c08a3060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hubert?= Date: Tue, 28 Nov 2023 07:17:27 +0100 Subject: [PATCH] mv binary after upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index adabc8a..0e38eca 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -34,6 +34,7 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" --keep="config.yml" + mv $install_dir/gotify-linux-* $install_dir/gotify fi chmod -R o-rwx "$install_dir"