From cb6af95cf2f0b7ff3a118a8b1a01cd963de02308 Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 22 Feb 2019 23:14:33 +0100 Subject: [PATCH] Revert "Update to source" This reverts commit 0d715ad917412c518215821b1f690472d825fedb. --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index d4c897a..3e61ec1 100644 --- a/scripts/install +++ b/scripts/install @@ -74,20 +74,20 @@ ynh_add_nginx_config # 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 #================================================= -cp ../conf/config.json "$final_path/" +cp ../conf/config.json "$final_path/app/" #================================================= # STORE THE CHECKSUM OF THE CONFIG FILE #================================================= # 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