From f163abbd37ffbbd0daf7059c186cefb7f1275703 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 12 Nov 2024 07:29:36 +0100 Subject: [PATCH] bool --- bash/gsettings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/gsettings.sh b/bash/gsettings.sh index d47db25..8916766 100644 --- a/bash/gsettings.sh +++ b/bash/gsettings.sh @@ -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}"