From 6bdc20d3edcec2d183f8d450cdb8cc8ab7f865f3 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Tue, 2 Nov 2021 01:09:10 +0300 Subject: [PATCH] disable local_curl --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5972280..0dab643 100755 --- a/scripts/install +++ b/scripts/install @@ -310,7 +310,7 @@ ynh_permission_update --permission="main" --add="visitors" # Installation with curl # ynh_script_progression --message="Finalizing installation..." --time --weight=1 -ynh_local_curl "/" "key1=value1" "key2=value2" "key3=value3" +# ynh_local_curl "/" "key1=value1" "key2=value2" "key3=value3" # Remove the public access ynh_permission_update --permission="main" --remove="visitors"