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