From 6f16b6a0342eaf206411d1578bf98684e40ef990 Mon Sep 17 00:00:00 2001 From: McFlyPartages <44530252+McFlyPartages@users.noreply.github.com> Date: Sat, 14 Nov 2020 22:33:52 +0100 Subject: [PATCH] Update installer.sh Adding a sleep 20 after restarting network manager line 118 to give it time to restart. --- installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer.sh b/installer.sh index 1aeadf5..32e3d86 100644 --- a/installer.sh +++ b/installer.sh @@ -115,6 +115,8 @@ fi info "Restarting NetworkManager" systemctl restart "${SERVICE_NM}" +sleep 20 + # Parse command line parameters while [[ $# -gt 0 ]]; do arg="$1"