diff options
-rwxr-xr-x | bin/create_connection | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/create_connection b/bin/create_connection index 767deb0..71e9572 100755 --- a/bin/create_connection +++ b/bin/create_connection @@ -137,6 +137,7 @@ def block_until_created(connection, retries, interval): stderr=DEVNULL, universal_newlines=True) except CalledProcessError: + check_call(['nmcli', 'con', 'reload']) nmcli_con_list = check_output(['nmcli', 'con', 'show'], stderr=DEVNULL, universal_newlines=True) |