Start client in the foreground so that its PID gets properly tracked
This commit is contained in:
parent
f18bfb73c1
commit
e5236a9349
|
@ -1,8 +1,8 @@
|
||||||
DEVICE=$(uname -n)
|
DEVICE=$(uname -n)
|
||||||
if [[ "$DEVICE" == "rpi" ]]; then
|
if [[ "$DEVICE" == "rpi" ]]; then
|
||||||
cd 01OS
|
cd 01OS
|
||||||
python -m 01OS.clients.rpi.device &
|
python -m 01OS.clients.rpi.device
|
||||||
else
|
else
|
||||||
cd 01OS
|
cd 01OS
|
||||||
python -m 01OS.clients.macos.device &
|
python -m 01OS.clients.macos.device
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue