mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-27 17:42:04 +08:00
Revert "remove extra sleep", weston is fixed but a couple other things relied on this
This reverts commit a4d77a972dff10db98e835018f01537d1f836384. old-commit-hash: 3a707082286cec9c93280c202ebbf5d5b89aac94
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user