1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpservermon_ynh.git synced 2024-09-03 19:56:40 +02:00

fix warning package check (upgrade script)

This commit is contained in:
BenoitCier 2021-01-24 20:48:35 +01:00 committed by BenoitCier
parent 107b0fbe33
commit 0f33ea3d20

View file

@ -107,7 +107,7 @@ ynh_add_fpm_config
ynh_backup_if_checksum_is_different --file="$final_path/config.php"
# Recalculate and store the checksum of the file for the next upgrade.
ynh_store_file_checksum --file="$final_path/CONFIG_FILE"
ynh_store_file_checksum --file="$final_path/config.php"
#=================================================
# GENERIC FINALIZATION