mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Use --message
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
8efbc736d4
commit
33505bff5f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ _ynh_app_config_apply() {
|
|||
then
|
||||
if [[ "$bind" == "settings" ]]
|
||||
then
|
||||
ynh_die "File '${short_setting}' can't be stored in settings"
|
||||
ynh_die --message="File '${short_setting}' can't be stored in settings"
|
||||
fi
|
||||
local bind_file="$(echo "$bind" | sed s@__FINALPATH__@$final_path@ | sed s/__APP__/$app/)"
|
||||
if [[ "${!short_setting}" == "" ]]
|
||||
|
|
Loading…
Add table
Reference in a new issue