mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 10:34:53 +01:00
bitwarden
This commit is contained in:
@@ -5,7 +5,7 @@ case $1 in
|
|||||||
echo lala2 >> /tmp/mqtt_srv.log
|
echo lala2 >> /tmp/mqtt_srv.log
|
||||||
if [ "$THIS_HOST" == "NAS" ]
|
if [ "$THIS_HOST" == "NAS" ]
|
||||||
then
|
then
|
||||||
/share/ZFS530_DATA/.qpkg/QPython312/bin/python3 /usr/bin/mqtt_srv.py > /dev/null 2>&1 &
|
source /share/Data/python/bin/activate;python3 /usr/bin/mqtt_srv.py > /dev/null 2>&1 &
|
||||||
else
|
else
|
||||||
python3 /jffs/scripts/mqtt_srv/mqtt_srv.py > /dev/null 2>&1 &
|
python3 /jffs/scripts/mqtt_srv/mqtt_srv.py > /dev/null 2>&1 &
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user