1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/biboumi_ynh.git synced 2024-09-03 18:15:58 +02:00

use ynh_app_setting_get

This commit is contained in:
Salamandar 2024-07-01 16:57:40 +02:00
parent 84669bccee
commit e21bcfd37c

View file

@ -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"
}
#=================================================