Fix typo in bash script
This commit is contained in:
parent
8b4f3a6f36
commit
ee929804c0
@ -121,7 +121,7 @@ then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ -n "$suspend"]
|
||||
if [ -n "$suspend" ]
|
||||
then
|
||||
if [ -f "$lockFile" -o -n "$preventSleep" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user