mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
Remove yunohost app ssowatconf
This commit is contained in:
parent
a0aba84c48
commit
da8a71a1e7
1 changed files with 0 additions and 3 deletions
|
@ -187,9 +187,6 @@ ynh_app_setting_set "$app" protected_uris "/"
|
||||||
domainregex=$(echo "$domain" | sed 's/-/\%&/g')
|
domainregex=$(echo "$domain" | sed 's/-/\%&/g')
|
||||||
ynh_app_setting_set "$app" skipped_regex "$domainregex/jsonrpc.*$,$domainregex/image.*$"
|
ynh_app_setting_set "$app" skipped_regex "$domainregex/jsonrpc.*$,$domainregex/image.*$"
|
||||||
|
|
||||||
# Reload SSOwat config
|
|
||||||
yunohost app ssowatconf
|
|
||||||
|
|
||||||
# Make app public if necessary
|
# Make app public if necessary
|
||||||
if [ $is_public -eq 1 ]
|
if [ $is_public -eq 1 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue