mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Fix getops
This commit is contained in:
parent
1ceef95ce8
commit
e314e73e67
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ then
|
|||
fi
|
||||
# Modify the domain to be used in a regex
|
||||
domain_regex=$(echo "$domain" | sed 's@-@.@g')
|
||||
ynh_app_setting_set --app=$app -key=protected_regex -value="$domain_regex$path_url/admin/"
|
||||
ynh_app_setting_set --app=$app --key=protected_regex --value="$domain_regex$path_url/admin/"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue