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
d360363251
commit
a205015f0d
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ _ynh_app_config_apply() {
|
|||
ynh_backup_if_checksum_is_different --file="$bind_file"
|
||||
cp "${!short_setting}" "$bind_file"
|
||||
ynh_store_file_checksum --file="$bind_file" --update_only
|
||||
ynh_print_info "File '$bind_file' overwrited with ${!short_setting}"
|
||||
ynh_print_info --message="File '$bind_file' overwrited with ${!short_setting}"
|
||||
fi
|
||||
|
||||
# Save value in app settings
|
||||
|
|
Loading…
Add table
Reference in a new issue