parent
cb628fa314
commit
86975c4026
@ -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