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