From 4bdac1101c5c86ed6447e76abd1b1aecb52fb1e8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 29 Jul 2020 09:23:27 +0200 Subject: [PATCH] Fix path to index.html --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 51326d3..cef038e 100755 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,8 @@ ynh_store_file_checksum "$final_path/config.js" # Replace ajax.googleapis by local file cp ../sources/jquery.min.js "$final_path/static/jquery.min.js" -ynh_replace_string --match_string="jquery.min.js" --replace_string="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" --target_file="$final_path/static/jquery.min.js" + +ynh_replace_string --match_string="jquery.min.js" --replace_string="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" --target_file="$final_path/static/index.html" #================================================= # ADD HASTE AS A BINARY FILE