From 265fb93581729672ba4ebc87adcb01b1198a40e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:06:28 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 7363cd6..6bfff6e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -77,8 +77,6 @@ yunohost service add $app --description="Outline server" --log="/var/log/$app/$a #================================================= # UPDATING A CONFIGURATION #================================================= - -#REMOVEME? ynh_secure_remove --file="$install_dir/.env" ynh_script_progression --message="Updating the configuration file..." --weight=1 ynh_add_config --template="../conf/.env" --destination="$install_dir/.env"