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:
parent
8ec326958b
commit
e482aff85d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue