Revert "remove extra sleep", weston is fixed but a couple other things relied on this

This reverts commit a4d77a972dff10db98e835018f01537d1f836384.

old-commit-hash: 3a70708228
chrysler-long2
Adeeb Shihadeh 1 year ago
parent 64d1835db7
commit 32536ecd3a
  1. 5
      launch_chffrplus.sh

@ -9,6 +9,11 @@ source "$BASEDIR/launch_env.sh"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
function agnos_init { function agnos_init {
# wait longer for weston to come up
if [ -f "$BASEDIR/prebuilt" ]; then
sleep 5
fi
# TODO: move this to agnos # TODO: move this to agnos
sudo rm -f /data/etc/NetworkManager/system-connections/*.nmmeta sudo rm -f /data/etc/NetworkManager/system-connections/*.nmmeta

Loading…
Cancel
Save