mirror of https://github.com/commaai/openpilot.git
parent
b91ecda350
commit
7a04ff6680
|
@ -43,11 +43,11 @@ while true; do
|
|||
sudo systemctl start ssh
|
||||
fi
|
||||
|
||||
if ! pgrep -f 'ciui.py' > /dev/null 2>&1; then
|
||||
echo 'starting UI'
|
||||
cp $SOURCE_DIR/selfdrive/test/ciui.py /data/
|
||||
/data/ciui.py &
|
||||
fi
|
||||
#if ! pgrep -f 'ciui.py' > /dev/null 2>&1; then
|
||||
# echo 'starting UI'
|
||||
# cp $SOURCE_DIR/selfdrive/test/ciui.py /data/
|
||||
# /data/ciui.py &
|
||||
#fi
|
||||
|
||||
sleep 5s
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue