1
0
Fork 0
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:
spooknik 2019-01-24 13:04:23 +01:00 committed by GitHub
parent d4a77a18a1
commit 0d715ad917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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