1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Update install

This commit is contained in:
ericgaspar 2021-06-02 08:59:39 +02:00
parent 173ac0bf46
commit 04f0a0c44f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -107,13 +107,12 @@ path=${path_url%/}
random=$(ynh_string_random 24)
ynh_add_config --template="../conf/config.php" --destination="$final_path/user/config.php"
chmod 600 $final_path/user/config.php
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Configuring permissions..." --time --weight=1
ynh_script_progression --message="Configuring permissions..." --weight=1
# unprotected_uris allows SSO credentials to be passed anyway.
ynh_permission_update --permission="main" --add="visitors"