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

Revert "Update to source"

This reverts commit 0d715ad917.
This commit is contained in:
Kayou 2019-02-22 23:14:33 +01:00
parent 390c036fed
commit cb6af95cf2
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -74,20 +74,20 @@ ynh_add_nginx_config
# USE THE CONFIG FILE # USE THE CONFIG FILE
#================================================= #=================================================
ynh_replace_string "(no-config)" "config.json" "$final_path/index.html" ynh_replace_string "(no-config)" "config.json" "$final_path/app/index.html"
#================================================= #=================================================
# COPY THE CONFIG FILE # COPY THE CONFIG FILE
#================================================= #=================================================
cp ../conf/config.json "$final_path/" cp ../conf/config.json "$final_path/app/"
#================================================= #=================================================
# STORE THE CHECKSUM OF THE CONFIG FILE # STORE THE CHECKSUM OF THE CONFIG FILE
#================================================= #=================================================
# Enregistre la somme de contrôle du fichier de config # Enregistre la somme de contrôle du fichier de config
ynh_store_file_checksum "$final_path/config.json" ynh_store_file_checksum "$final_path/app/config.json"
#================================================= #=================================================
# GENERIC FINALISATION # GENERIC FINALISATION