6 lines
153 B
Text
6 lines
153 B
Text
|
#!/command/with-contenv sh
|
||
|
|
||
|
[ -e /homebridge/homebridge.log ] || touch /homebridge/homebridge.log
|
||
|
|
||
|
exec tail -f --follow=name /homebridge/homebridge.log
|