2024-02-15 22:07:35 +01:00
|
|
|
/link/shell/enc.sh &
|
|
|
|
/link/shell/gpio.sh &
|
|
|
|
|
|
|
|
if [ -f /link/bin/PortCtrl ] ;then
|
|
|
|
/link/bin/PortCtrl &
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -f /link/shell/ptz.sh ] ;then
|
|
|
|
/link/shell/ptz.sh &
|
|
|
|
fi
|
|
|
|
|
2024-02-15 22:07:37 +01:00
|
|
|
if [ -f /link/bin/mqtt ] ;then
|
|
|
|
/link/bin/mqtt &
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -f /link/bin/Monitor ];then
|
|
|
|
/link/shell/monitor.sh &
|
|
|
|
fi
|
2024-02-15 22:07:54 +01:00
|
|
|
|
|
|
|
if [ -f /link/bin/TFT ];then
|
|
|
|
/link/shell/tft.sh &
|
|
|
|
fi
|