From de5e792c632509ca6028eb5b895cb3c0b337d1b0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 19 Jul 2021 10:20:47 +0200 Subject: [PATCH] Update install --- scripts/install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install b/scripts/install index aa89edd..7613145 100644 --- a/scripts/install +++ b/scripts/install @@ -153,14 +153,6 @@ popd ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" <<< "INSERT INTO addon (id, name, version, installed, hidden, timestamp, plugin_admin) VALUES (NULL, 'ldapauth', '', '1', '0', UNIX_TIMESTAMP(), '0');" -#================================================= -# SETUP SSOWAT -#================================================= -# ynh_script_progression --message="Configuring permissions..." --weight=1 - -# # unprotected_uris allows SSO credentials to be passed anyway. -# ynh_permission_update --permission="main" --add="visitors" - #================================================= # RELOAD NGINX #=================================================