1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-19 10:20:47 +02:00
parent 88b55e5678
commit de5e792c63
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================