fix: function to target minions missing parameters

This commit is contained in:
Ben Grande 2024-06-17 21:42:29 +02:00
parent 39a4938fb6
commit 5f55627e57
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -97,7 +97,10 @@ has qubesctl && {
alias qctl="qubesctl"
alias qctls="qctl state.apply"
alias qctlu="qctl --skip-dom0 --targets"
qctlus(){ test -n "${2-}" || return 1; qubesctl "${1}" state.apply "${2}"; }
qctlus(){
test -n "${2-}" || return 1
qubesctl --skip-dom0 --targets "${1}" state.apply "${2}"
}
}
has gpg && alias gpgs="gpg --show-keys"
## {{{ Tmux