4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/sh
|
||
# Legacy wrapper – execute the unified MQTT bridge daemon.
|
||
exec /usr/sbin/mqtt-bridge "$@"
|