mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
typo
This commit is contained in:
parent
a4208525c8
commit
ebcc1275bb
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ fi
|
|||
if ! ynh_permission_exists --permission="domoticz_API"
|
||||
then
|
||||
# API Authorization with dedicated URL
|
||||
ynh_permission_create --permission="domoticz_API" ---url="$domain$api_path" --allowed="visitors"
|
||||
ynh_permission_create --permission="domoticz_API" --url="$domain$api_path" --allowed="visitors"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue