From 2e870313227801603a41fd3bfcaafa912dce6d0a Mon Sep 17 00:00:00 2001 From: Hadrien Date: Tue, 2 Nov 2021 14:10:59 +0300 Subject: [PATCH] fix restore.. --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index cca7cc0..da126a3 100755 --- a/scripts/restore +++ b/scripts/restore @@ -170,8 +170,6 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -mkdir /var/log/$app/ - yunohost service add $app --description="Uptime Kuma, a fancy monitoring tool" --log="/var/log/$app/$app.log" #=================================================