mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
fix to script breaking on remove_sso_conf
This commit is contained in:
parent
84a1623636
commit
a7eb3a373f
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ ynh_add_systemd_config --service seahub --template seahub.service
|
||||||
ynh_script_progression --message="Update permission..."
|
ynh_script_progression --message="Update permission..."
|
||||||
if ! ynh_permission_exists --permission fileserver; then
|
if ! ynh_permission_exists --permission fileserver; then
|
||||||
ynh_app_setting_delete --app $app --key unprotected_uris
|
ynh_app_setting_delete --app $app --key unprotected_uris
|
||||||
python3 ../conf/remove_sso_conf.py
|
#python3 ../conf/remove_sso_conf.py
|
||||||
ynh_permission_create --permission "media" --url '/media' --allowed 'visitors'
|
ynh_permission_create --permission "media" --url '/media' --allowed 'visitors'
|
||||||
ynh_permission_create --permission "fileserver" --url "$domain/seafhttp" --allowed 'visitors'
|
ynh_permission_create --permission "fileserver" --url "$domain/seafhttp" --allowed 'visitors'
|
||||||
ynh_permission_create --permission "webdav" --url "$domain/seafdav" --allowed 'visitors'
|
ynh_permission_create --permission "webdav" --url "$domain/seafdav" --allowed 'visitors'
|
||||||
|
|
Loading…
Add table
Reference in a new issue