rngd also needs sudo for travis

This commit is contained in:
deajan 2017-02-09 13:30:03 +01:00
parent 3b71ad70d2
commit a54577f6c8
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#TODO Encrypted Pull runs on F25 fail for decryption
## obackup basic tests suite 2017020902
## obackup basic tests suite 2017020903
OBACKUP_DIR="$(pwd)"
OBACKUP_DIR=${OBACKUP_DIR%%/dev*}
@ -134,7 +134,7 @@ EOF
# Setup fast entropy
if type rngd > /dev/null 2>&1; then
rngd -r /dev/urandom
$SUDO_CMD rngd -r /dev/urandom
else
echo "No rngd support"
fi