Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit c302638

Browse files
committed
Allow haveged to fail as it's not critical but a nice to have
1 parent 62d2fa0 commit c302638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/entry.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ fi
6565
if [ "${WE_HAVE_SUDO_ACCESS}" == "true" ]; then
6666
# We found that, for better entropy, running haveged
6767
# with --privileged and sudo here works more reliable
68-
sudo -E haveged
68+
sudo -E haveged || true
6969
else
70-
haveged
70+
haveged || true
7171
fi
7272

7373
# Workaround that might help to get dbus working in docker

0 commit comments

Comments
 (0)