This commit is contained in:
2025-05-11 14:55:29 +02:00
parent e17febe9ee
commit eb785594f5

View File

@@ -5,7 +5,7 @@ case $1 in
echo lala2 >> /tmp/mqtt_srv.log
if [ "$THIS_HOST" == "nas" ]
then
source /share/Data/python/bin/activate;python3 /usr/bin/mqtt_srv.py > /dev/null 2>&1 &
/share/Data/__GITLAB/mqtt_srv/venv/bin/python3 /share/Data/__GITLAB/mqtt_srv/mqtt_srv.py > /dev/null 2>&1 &
else
python3 /jffs/scripts/mqtt_srv/mqtt_srv.py > /dev/null 2>&1 &
fi