From 5c50fe172d4638f098edd64519728f13136533fd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 29 Jul 2020 09:28:25 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cef038e..50e6a42 100755 --- a/scripts/install +++ b/scripts/install @@ -139,7 +139,7 @@ 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/index.html" +ynh_replace_string --match_string="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" --replace_string="jquery.min.js" --target_file="$final_path/static/index.html" #================================================= # ADD HASTE AS A BINARY FILE