From 404b624a3fc3d577f6004037ed1abf1c3045c249 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 23 Oct 2021 14:33:47 -0400 Subject: [PATCH] Fixed another typo. --- .includes/screenreader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.includes/screenreader.sh b/.includes/screenreader.sh index 3d40491..814e1db 100644 --- a/.includes/screenreader.sh +++ b/.includes/screenreader.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [[ "$(systemctl is-active fenrirscreenreader.service)" == "Active" ]]; then +if [[ "$(systemctl is-active fenrirscreenreader.service)" == "active" ]]; then screenreader="speakup" else screenreader="fenrir"