Update installer.sh
Adding a sleep 20 after restarting network manager line 118 to give it time to restart.
This commit is contained in:
parent
fc0809a4c1
commit
6f16b6a034
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ fi
|
|||
info "Restarting NetworkManager"
|
||||
systemctl restart "${SERVICE_NM}"
|
||||
|
||||
sleep 20
|
||||
|
||||
# Parse command line parameters
|
||||
while [[ $# -gt 0 ]]; do
|
||||
arg="$1"
|
||||
|
|
Loading…
Reference in a new issue