1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-04-17 23:05:01 +02:00
parent 8ec326958b
commit e482aff85d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -89,7 +89,7 @@ ynh_replace_string "(no-config)" "config.json" "$final_path/index.html"
# Copie ou modification d'un fichier de config # Copie ou modification d'un fichier de config
ynh_backup_if_checksum_is_different "$final_path/config.json" # Créé un backup du fichier de config si il a été modifié. ynh_backup_if_checksum_is_different "$final_path/config.json" # Créé un backup du fichier de config si il a été modifié.
cp ../conf/config.json "$final_path/" cp ../conf/config.json "$final_path/config.json"
ynh_store_file_checksum "$final_path/config.json" # Réenregistre la somme de contrôle du fichier de config ynh_store_file_checksum "$final_path/config.json" # Réenregistre la somme de contrôle du fichier de config
#================================================= #=================================================