mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
Add some whitespace to output, aligning comments, when added
This commit is contained in:
parent
728164ff16
commit
1811acae86
@ -33,10 +33,10 @@ function build_package ()
|
|||||||
grep "\.tar\." ${LOG} > ${DEPENDENCY}
|
grep "\.tar\." ${LOG} > ${DEPENDENCY}
|
||||||
if [ ${test} == ${OK} ] ; then
|
if [ ${test} == ${OK} ] ; then
|
||||||
mv ${LOG} ${LOG_OK_FILE}
|
mv ${LOG} ${LOG_OK_FILE}
|
||||||
echo "OK"
|
echo "OK "
|
||||||
else
|
else
|
||||||
mv ${LOG} ${LOG_FAIL_FILE}
|
mv ${LOG} ${LOG_FAIL_FILE}
|
||||||
echo "FAIL"
|
echo "FAIL "
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user