1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Update iiab-network

This commit is contained in:
A Holt 2017-12-13 06:36:29 -05:00 committed by GitHub
parent 1a802fcaf1
commit 896cb06940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ echo "" >> iiab-network.log
# Put the same diagnostics on screen, for live operator
if [[ `command -v nmcli` ]]; then # syntax works great, with "grep -q" too!
if [[ `command -v nmcli` ]]; then
nmcli d
nmcli c
fi