Update installer.sh

Adding a sleep 20 after restarting network manager line 118 to give it time to restart.
This commit is contained in:
McFlyPartages 2020-11-14 22:33:52 +01:00 committed by GitHub
parent fc0809a4c1
commit 6f16b6a034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,8 @@ fi
info "Restarting NetworkManager"
systemctl restart "${SERVICE_NM}"
sleep 20
# Parse command line parameters
while [[ $# -gt 0 ]]; do
arg="$1"