This commit is contained in:
Alexandre
2024-04-25 15:59:44 +02:00
parent 2c58f0a280
commit 39124019d1
14 changed files with 15 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bashio
echo "Starting service: avahi alias"
exec \
s6-setuidgid "$USER" "/usr/bin/avahi-publish -a -R %I $(hostname -I |cut -d' ' -f1)"
s6-setuidgid "$USER" /usr/bin/avahi-publish -a -R %I "$(hostname -I |cut -d' ' -f1)"