mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1501 from YunoHost/fix-delete-checksum-config
Fix ynh_delete_file_checksum in helpers/config
This commit is contained in:
commit
a92ed9afc1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ _ynh_app_config_apply_one() {
|
|||
if [[ "${!short_setting}" == "" ]]; then
|
||||
ynh_backup_if_checksum_is_different --file="$bind_file"
|
||||
ynh_secure_remove --file="$bind_file"
|
||||
ynh_delete_file_checksum --file="$bind_file" --update_only
|
||||
ynh_delete_file_checksum --file="$bind_file"
|
||||
ynh_print_info --message="File '$bind_file' removed"
|
||||
else
|
||||
ynh_backup_if_checksum_is_different --file="$bind_file"
|
||||
|
|
Loading…
Add table
Reference in a new issue