mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
S20random: use consistent whitespace
The S20random is indented with tabs, except for 3 lines. Change to be consistent. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5764dc8938
commit
c41294481e
@ -33,9 +33,9 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
if ! touch /etc/random-seed 2>/dev/null
|
if ! touch /etc/random-seed 2>/dev/null
|
||||||
then
|
then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
# Carry a random seed from shut-down to start-up;
|
# Carry a random seed from shut-down to start-up;
|
||||||
# see documentation in linux/drivers/char/random.c
|
# see documentation in linux/drivers/char/random.c
|
||||||
[ "$VERBOSE" != no ] && printf "Saving random seed... "
|
[ "$VERBOSE" != no ] && printf "Saving random seed... "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user