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:
parent
84669bccee
commit
e21bcfd37c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ _get_metronome_config_dir() {
|
||||||
return 1
|
return 1
|
||||||
fi
|
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"
|
||||||
}
|
}
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue