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

This reverts commit d2d4802ad0.
pull/30690/head
Adeeb Shihadeh 2 years ago
parent 76c53e4742
commit 3a70708228
  1. 5
      launch_chffrplus.sh

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

Loading…
Cancel
Save