From 8a23a12cdacdfcaf530b47546b00aa41d2ad2411 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Tue, 2 Nov 2021 08:35:06 +0300 Subject: [PATCH] fix restore --- scripts/restore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index acacf65..5049567 100755 --- a/scripts/restore +++ b/scripts/restore @@ -128,9 +128,6 @@ ynh_use_nodejs #================================================= ynh_script_progression --message="Reinstalling dependencies..." --weight=7 cd $final_path && ynh_exec_warn_less $ynh_npm install -ynh_script_progression --message="Downloading Uptime Kuma frontend..." --weight=1 -ynh_exec_warn_less wget https://github.com/louislam/uptime-kuma/releases/download/1.10.0/dist.tar.gz -ynh_exec_as $app tar -xvf dist.tar.gz --directory=$final_path # Define and install dependencies # ynh_install_app_dependencies $pkg_dependencies @@ -173,7 +170,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Uptime Kuma, a fancy monitoring tool" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE