From 45ff482d2b9fd7a6a5a8f893a441db6120e42040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 19 Mar 2024 00:43:14 +0100 Subject: [PATCH] fix config script --- scripts/config | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/config b/scripts/config index 1f8773e..5f825be 100644 --- a/scripts/config +++ b/scripts/config @@ -1,7 +1,5 @@ #!/bin/bash -#================================================= -# GENERIC STARTING #================================================= # IMPORT GENERIC HELPERS #================================================= @@ -9,16 +7,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# RETRIEVE ARGUMENTS -#================================================= - -app=${YNH_APP_INSTANCE_NAME:-$YNH_APP_ID} - -final_path=$(ynh_app_setting_get --app=$app --key=final_path) - -#================================================= -# SPECIFIC CODE #================================================= # LOAD VALUES #=================================================