From 43a05ddb4ed816865dc65dba9bf570902b9800af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:18:22 +0200 Subject: [PATCH] cleaning --- scripts/backup | 4 ---- scripts/change_url | 4 ---- scripts/install | 4 ---- scripts/remove | 4 ---- scripts/restore | 4 ---- scripts/upgrade | 4 ---- 6 files changed, 24 deletions(-) diff --git a/scripts/backup b/scripts/backup index 0e57a25..3ad090b 100644 --- a/scripts/backup +++ b/scripts/backup @@ -1,9 +1,5 @@ #!/bin/bash -#================================================= -# IMPORT GENERIC HELPERS -#================================================= - source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers diff --git a/scripts/change_url b/scripts/change_url index 885b59a..f297b7f 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -1,9 +1,5 @@ #!/bin/bash -#================================================= -# IMPORT GENERIC HELPERS -#================================================= - source _common.sh source /usr/share/yunohost/helpers diff --git a/scripts/install b/scripts/install index 47cabf9..b3b284c 100644 --- a/scripts/install +++ b/scripts/install @@ -1,9 +1,5 @@ #!/bin/bash -#================================================= -# IMPORT GENERIC HELPERS -#================================================= - source _common.sh source /usr/share/yunohost/helpers diff --git a/scripts/remove b/scripts/remove index 1cc3851..0021f2f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,9 +1,5 @@ #!/bin/bash -#================================================= -# IMPORT GENERIC HELPERS -#================================================= - source _common.sh source /usr/share/yunohost/helpers diff --git a/scripts/restore b/scripts/restore index b4b5d07..feea5e7 100644 --- a/scripts/restore +++ b/scripts/restore @@ -1,9 +1,5 @@ #!/bin/bash -#================================================= -# IMPORT GENERIC HELPERS -#================================================= - source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers diff --git a/scripts/upgrade b/scripts/upgrade index 1555c17..d187fa4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -1,9 +1,5 @@ #!/bin/bash -#================================================= -# IMPORT GENERIC HELPERS -#================================================= - source _common.sh source /usr/share/yunohost/helpers