This commit is contained in:
Marc Beninca 2024-11-12 07:29:36 +01:00
parent 9da2ddeb6f
commit f163abbd37
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -8,7 +8,7 @@ ws() {
log_debug "${var}: ${bool}"
# not
bool="$(not "${bool}")"
log_debug "${var}: ${bool}"
log_debug "bool: ${bool}"
# set
gsettings set "${group}" "${name}" "${bool}"
log_info "${var}: ${bool}"