diff --git a/01OS/01OS/clients/start.sh b/01OS/01OS/clients/start.sh index 8e8edc9..844e6a0 100644 --- a/01OS/01OS/clients/start.sh +++ b/01OS/01OS/clients/start.sh @@ -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