diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-11 03:17:36 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-11 03:17:36 -0700 |
commit | f683848728e3e592144f87a96a4983a141442349 (patch) | |
tree | fe9e01fa440e7551abeaf83130feea143efcc5bb /sh | |
parent | 47eac3c89a2bb766fa57034638ebf39b82c525c6 (diff) |
update
Diffstat (limited to 'sh')
-rw-r--r-- | sh/snippets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/snippets b/sh/snippets index 00b109e..e204b59 100644 --- a/sh/snippets +++ b/sh/snippets @@ -66,6 +66,7 @@ monero-blockchain-export --output-file "$XDG_DOWNLOAD_DIR/xmr/monero_blockchain. case "$(nmcli -t --fields device,state device)" in *wg_ia:connected*) echo ia;; *wg_ka:connected*) echo ka;; + *wg_mydefault:connected*) echo mydefault;; *wg_studio:connected*) echo studio;; *) echo insp;; esac |