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:
parent
107b0fbe33
commit
0f33ea3d20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue