From a4cfe3a13707514f858a4fc225ab2c059395482d Mon Sep 17 00:00:00 2001 From: DrUm78 Date: Thu, 27 Jul 2023 05:02:52 +0200 Subject: [PATCH] Recovery: Fixed brightness notification message --- .../board/funkey/rootfs-overlay/usr/local/sbin/brightness | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Recovery/board/funkey/rootfs-overlay/usr/local/sbin/brightness b/Recovery/board/funkey/rootfs-overlay/usr/local/sbin/brightness index dbd3138..f10a411 100755 --- a/Recovery/board/funkey/rootfs-overlay/usr/local/sbin/brightness +++ b/Recovery/board/funkey/rootfs-overlay/usr/local/sbin/brightness @@ -33,7 +33,7 @@ increase_brightness() { fi # Notif - notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%%" + notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%" } decrease_brightness() { @@ -53,7 +53,7 @@ decrease_brightness() { fi # Notif - notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%%" + notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%" } get_brightness() {