Start client in the foreground so that its PID gets properly tracked

pull/34/head
Tom Chapin 12 months ago
parent f18bfb73c1
commit e5236a9349

@ -1,8 +1,8 @@
DEVICE=$(uname -n)
if [[ "$DEVICE" == "rpi" ]]; then
cd 01OS
python -m 01OS.clients.rpi.device &
python -m 01OS.clients.rpi.device
else
cd 01OS
python -m 01OS.clients.macos.device &
python -m 01OS.clients.macos.device
fi

Loading…
Cancel
Save