old-commit-hash: d2edc239fd
d2edc239fd
@ -43,11 +43,11 @@ while true; do
sudo systemctl start ssh
fi
if ! pgrep -f 'ciui.py' > /dev/null 2>&1; then
#if ! pgrep -f 'ciui.py' > /dev/null 2>&1; then
echo 'starting UI'
# echo 'starting UI'
cp $SOURCE_DIR/selfdrive/test/ciui.py /data/
# cp $SOURCE_DIR/selfdrive/test/ciui.py /data/
/data/ciui.py &
# /data/ciui.py &
#fi
sleep 5s
done