mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Fix
This commit is contained in:
parent
a45e73cf21
commit
06067f04c1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ mynh_user_create
|
|||
ynh_add_config --template="../conf/sudoers" --destination="/etc/sudoers.d/$app"
|
||||
|
||||
# add service in admin panel
|
||||
yunohost service add "$app" --log "$log_file" --description "Home Assistant server" --needs_exposed_ports $port
|
||||
yunohost service add "$app" --log="$log_file" --description="Home Assistant server" --needs_exposed_ports=$port
|
||||
|
||||
# set permissions
|
||||
myynh_set_permissions
|
||||
|
|
Loading…
Add table
Reference in a new issue