Update data/helpers.d/config

This commit is contained in:
Kayou 2021-09-09 10:50:49 +02:00 committed by GitHub
parent 924df9733e
commit 6d1e392634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"