mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Update install
This commit is contained in:
parent
db8eb0ef75
commit
a06e3001de
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ then
|
|||
ynh_app_setting_set $app unprotected_uris "/"
|
||||
else
|
||||
if [ "$path_url" == "/" ]; then
|
||||
path=""
|
||||
path_url=""
|
||||
fi
|
||||
ynh_app_setting_set $app protected_regex "$domain_regex$path/stats$","$domain_regex$path/manifest.webapp$","$domain_regex$path/$","$domain_regex$path/d/.*$","$domain_regex$path/m/.*$"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue