Fix set-initial-kanshi-state and usbguard-notify.py
This commit is contained in:
@ -21,7 +21,7 @@ fi
|
||||
|
||||
get_current_profile() {
|
||||
local profile
|
||||
profile="$(kanshictl status | jq -er '.current_profile')"
|
||||
profile="${$(kanshictl status):17}"
|
||||
(( $? )) && return 1
|
||||
: ${(P)1::="${profile}"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user