summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 47d15b4..7b5b5f8 100644
--- a/etc/rc
+++ b/etc/rc
@@ -138,8 +138,8 @@ case ${entropy_file} in
[Nn][Oo] | '')
;;
*)
- if [ -f ${entropy_file} -a -r ${entropy_file} ] ; then
- echo -n "Reading entropy file"
+ if [ -f ${entropy_file} -a -r ${entropy_file} ]; then
+ echo "Reading entropy file"
cat ${entropy_file} > /dev/random
rm -f ${entropy_file}
fi
OpenPOWER on IntegriCloud