mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
Update to source
This commit is contained in:
parent
d4a77a18a1
commit
0d715ad917
1 changed files with 3 additions and 3 deletions
|
@ -74,20 +74,20 @@ ynh_add_nginx_config
|
|||
# USE THE CONFIG FILE
|
||||
#=================================================
|
||||
|
||||
ynh_replace_string "(no-config)" "config.json" "$final_path/app/index.html"
|
||||
ynh_replace_string "(no-config)" "config.json" "$final_path/index.html"
|
||||
|
||||
#=================================================
|
||||
# COPY THE CONFIG FILE
|
||||
#=================================================
|
||||
|
||||
cp ../conf/config.json "$final_path/app/"
|
||||
cp ../conf/config.json "$final_path/"
|
||||
|
||||
#=================================================
|
||||
# STORE THE CHECKSUM OF THE CONFIG FILE
|
||||
#=================================================
|
||||
|
||||
# Enregistre la somme de contrôle du fichier de config
|
||||
ynh_store_file_checksum "$final_path/app/config.json"
|
||||
ynh_store_file_checksum "$final_path/config.json"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALISATION
|
||||
|
|
Loading…
Reference in a new issue