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:
@@ -3,7 +3,7 @@ THIS_HOST=`uname -n`
|
||||
case $1 in
|
||||
"start")
|
||||
echo lala2 >> /tmp/mqtt_srv.log
|
||||
if [ "$THIS_HOST" == "NAS" ]
|
||||
if [ "$THIS_HOST" == "nas" ]
|
||||
then
|
||||
source /share/Data/python/bin/activate;python3 /usr/bin/mqtt_srv.py > /dev/null 2>&1 &
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user