From 841dc976d54b1fcbb83d17a1d94302f26226e0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:00:42 +0100 Subject: [PATCH] fix --- doc/DISCLAIMER.md | 0 scripts/install | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 doc/DISCLAIMER.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index e69de29..0000000 diff --git a/scripts/install b/scripts/install index 8c6690f..98a61e7 100755 --- a/scripts/install +++ b/scripts/install @@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #================================================= -#REMOVEME? ynh_script_progression --message="Validating installation parameters..." --weight=1 +ynh_script_progression --message="Validating installation parameters..." --weight=1 app_path="$install_dir/go/src/github.com/georgyo/ifconfig.io"