Fix ynh_delete_file_checksum in helpers/config

no need for `--update_only`
This commit is contained in:
tituspijean 2022-09-02 23:27:23 +02:00 committed by GitHub
parent b77e811402
commit 68b4d30986

View file

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