mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
- fix syntax
This commit is contained in:
parent
f506f7c893
commit
9c5b374d8d
@ -19,7 +19,7 @@ do
|
|||||||
elif test -e ".sedtest-e" ; then
|
elif test -e ".sedtest-e" ; then
|
||||||
rm -f ".sedtest-e"
|
rm -f ".sedtest-e"
|
||||||
SED=""
|
SED=""
|
||||||
elif [ -z "${RESULT}" ] || [ "${RESULT}" != "GOODBYE"] > /dev/null ;
|
elif [ "x$RESULT" = "x" ] || [ "$RESULT" != "GOODBYE" ] > /dev/null ;
|
||||||
then
|
then
|
||||||
SED=""
|
SED=""
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user