parent
cb628fa314
commit
86975c4026
@ -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…
Reference in new issue