toggle-keyboard: fix shebang

This commit is contained in:
Adrian Kuschelyagi Malacoda 2021-10-07 15:56:22 -05:00
parent 2970b6a63f
commit b09e68119f

View File

@ -1,4 +1,4 @@
!/bin/sh #!/bin/sh
KEYBOARD_ENABLED=$(gsettings get org.gnome.desktop.a11y.applications screen-keyboard-enabled) KEYBOARD_ENABLED=$(gsettings get org.gnome.desktop.a11y.applications screen-keyboard-enabled)
if [ "$KEYBOARD_ENABLED" = "true" ]; then if [ "$KEYBOARD_ENABLED" = "true" ]; then
KEYBOARD_ENABLED="false" KEYBOARD_ENABLED="false"