diff --git a/mqtt_srv.sh b/mqtt_srv.sh index 9795101..38083a3 100644 --- a/mqtt_srv.sh +++ b/mqtt_srv.sh @@ -2,7 +2,7 @@ THIS_HOST=`uname -n` case $1 in "start") -echo lala2 >> /tmp/mqtt_srv.log +echo "Starting service" >> /tmp/mqtt_srv.log if [ "$THIS_HOST" == "nas" ] then /share/Data/__GITLAB/mqtt_srv/venv/bin/python3 /share/Data/__GITLAB/mqtt_srv/mqtt_srv.py > /dev/null 2>&1 &