Fix typo in bash script

This commit is contained in:
Christian Wolf 2024-05-09 15:20:43 +02:00
parent 8b4f3a6f36
commit ee929804c0

View File

@ -121,7 +121,7 @@ then
exit 0
fi
if [ -n "$suspend"]
if [ -n "$suspend" ]
then
if [ -f "$lockFile" -o -n "$preventSleep" ]
then