From 336e4de876e1e59050dfda738f6beb17f3939399 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Tue, 2 Nov 2021 00:38:50 +0300 Subject: [PATCH] whats ynh_local_curl ? --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7b03ba1..5972280 100755 --- a/scripts/install +++ b/scripts/install @@ -309,8 +309,8 @@ ynh_script_progression --message="Configuring SSOwat..." --time --weight=1 ynh_permission_update --permission="main" --add="visitors" # Installation with curl -ynh_script_progression --message="Finalizing installation..." --time --weight=1 -ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3" +# ynh_script_progression --message="Finalizing installation..." --time --weight=1 +ynh_local_curl "/" "key1=value1" "key2=value2" "key3=value3" # Remove the public access ynh_permission_update --permission="main" --remove="visitors"