From b681f6a0b3194be964412a7f14a66a6d3ddb15a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:28:22 +0100 Subject: [PATCH] fix --- manifest.toml | 2 ++ scripts/backup | 21 --------------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9f0cf89..206919b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -71,5 +71,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + [resources.ports] + [resources.apt] packages = "jose" diff --git a/scripts/backup b/scripts/backup index ce9e622..2696784 100755 --- a/scripts/backup +++ b/scripts/backup @@ -10,27 +10,6 @@ source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers -#================================================= -# MANAGE SCRIPT FAILURE -#================================================= - -#REMOVEME? ynh_clean_setup () { - true -} -# 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) -#REMOVEME? data_dir=$(ynh_app_setting_get --app=$app --key=data_dir) - #================================================= # DECLARE DATA AND CONF FILES TO BACKUP #=================================================