From c9e915bd364145d435d2e73c55b7359218afca54 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 24 Oct 2019 02:54:19 +0200 Subject: [PATCH] Cleanup --- scripts/backup | 1 - scripts/restore | 2 -- 2 files changed, 3 deletions(-) diff --git a/scripts/backup b/scripts/backup index 12787a5..a21be75 100755 --- a/scripts/backup +++ b/scripts/backup @@ -6,7 +6,6 @@ # IMPORT GENERIC HELPERS #================================================= -source ../settings/scripts/detect_arch source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers diff --git a/scripts/restore b/scripts/restore index c990145..023dde1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -6,9 +6,7 @@ # IMPORT GENERIC HELPERS #================================================= -source ../settings/scripts/detect_arch source ../settings/scripts/_common.sh -source ../settings/scripts/ynh_systemd_action source /usr/share/yunohost/helpers #=================================================