mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/helpers.d/config
This commit is contained in:
parent
924df9733e
commit
6d1e392634
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ _ynh_app_config_apply() {
|
|||
then
|
||||
if [[ "$bind" == *":"* ]]
|
||||
then
|
||||
ynh_die "For technical reasons, multiline text '${short_setting}' can't be stored automatically in a variable file, you have to create custom getter/setter"
|
||||
ynh_die --message="For technical reasons, multiline text '${short_setting}' can't be stored automatically in a variable file, you have to create custom getter/setter"
|
||||
fi
|
||||
local bind_file="$(echo "$bind" | sed s@__FINALPATH__@$final_path@ | sed s/__APP__/$app/)"
|
||||
ynh_backup_if_checksum_is_different --file="$bind_file"
|
||||
|
|
Loading…
Add table
Reference in a new issue