mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 05:01:43 +00:00
Fix netmenu bug
This commit is contained in:
parent
8bf32d1b93
commit
ae9e8f5d7c
@ -9,4 +9,4 @@ fi
|
||||
|
||||
# find "$input" -maxdepth 1 ! -path "$input" -print | sh -c "$launcher" | xargs $0
|
||||
conname=$(nmcli -t -f NAME con | sh -c "$launcher")
|
||||
nmcli conn up $conname || nmcli conn down $conname
|
||||
nmcli conn up "$conname" || nmcli conn down $conname
|
||||
|
Loading…
Reference in New Issue
Block a user