Fixed another typo.
This commit is contained in:
parent
7e2e15e6db
commit
404b624a3f
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ "$(systemctl is-active fenrirscreenreader.service)" == "Active" ]]; then
|
if [[ "$(systemctl is-active fenrirscreenreader.service)" == "active" ]]; then
|
||||||
screenreader="speakup"
|
screenreader="speakup"
|
||||||
else
|
else
|
||||||
screenreader="fenrir"
|
screenreader="fenrir"
|
||||||
|
Loading…
Reference in New Issue
Block a user