From bf055fba9edd964cff50a266640d577c99a503d8 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 20 Aug 2023 11:26:49 +0200 Subject: [PATCH] remove REMOVEME instructions --- scripts/backup | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/scripts/backup b/scripts/backup index ce93a9f..3327f7f 100755 --- a/scripts/backup +++ b/scripts/backup @@ -6,27 +6,9 @@ # IMPORT GENERIC HELPERS #================================================= -# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers -#================================================= -# MANAGE SCRIPT FAILURE -#================================================= - -# Exit if an error occurs during the execution of the script -#REMOVEME? ynh_abort_if_errors - -#================================================= -# LOAD SETTINGS -#================================================= -#REMOVEME? ynh_print_info --message="Loading installation settings..." - -#REMOVEME? app=$YNH_APP_INSTANCE_NAME - -#REMOVEME? #REMOVEME? install_dir=$(ynh_app_setting_get --app=$app --key=install_dir) -#REMOVEME? domain=$(ynh_app_setting_get --app=$app --key=domain) - #================================================= # DECLARE DATA AND CONF FILES TO BACKUP #=================================================