Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
rc.lib: Use cat for seed
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed May 18, 2020
1 parent 721991a commit fd8cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init/rc.lib
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ random_seed() {
;;

load)
cp -f "$seed" /dev/urandom >/dev/null 2>&1
[ -f "$seed" ] && cat "$seed" > /dev/urandom
;;
esac
}

0 comments on commit fd8cbde

Please sign in to comment.