Fixed another typo.

This commit is contained in:
Storm Dragon 2021-10-23 14:33:47 -04:00
parent 7e2e15e6db
commit 404b624a3f

View File

@ -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"