Fixed another typo.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user