From e21bcfd37cf4eb1f24995c2650e84765a737cc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 1 Jul 2024 16:57:40 +0200 Subject: [PATCH] use ynh_app_setting_get --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e999c0a..d16fb82 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -21,7 +21,7 @@ _get_metronome_config_dir() { return 1 fi - echo "$(yunohost app setting "$metronome_app" install_dir)/conf/conf.d" + echo "$(ynh_app_setting_get --app="$metronome_app" --key="install_dir")/conf/conf.d" } #=================================================