mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
Update install
This commit is contained in:
parent
541c063569
commit
dd001ab11b
1 changed files with 0 additions and 5 deletions
|
@ -182,11 +182,6 @@ ynh_systemd_action --service_name=$app --action="start"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring permissions..."
|
ynh_script_progression --message="Configuring permissions..."
|
||||||
|
|
||||||
ynh_app_setting_set "$app" protected_uris "/"
|
|
||||||
|
|
||||||
domainregex=$(echo "$domain" | sed 's/-/\%&/g')
|
|
||||||
ynh_app_setting_set "$app" skipped_regex "$domainregex/jsonrpc.*$,$domainregex/image.*$"
|
|
||||||
|
|
||||||
# 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