remove sleep on launch (#28236)

pull/28282/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 00ff096ca2
commit 115fc66514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      launch_chffrplus.sh

@ -9,11 +9,6 @@ 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 3
fi
# TODO: move this to agnos
sudo rm -f /data/etc/NetworkManager/system-connections/*.nmmeta

Loading…
Cancel
Save