diff options
author | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2011-06-24 10:56:31 +0200 |
---|---|---|
committer | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2011-06-24 13:52:59 +0200 |
commit | 171da3d79b0494af47e8c8c3815e8abec385b7d3 (patch) | |
tree | 7c1533a6ecf7424185d90bf2470c6a27f11760e5 /rc.shutdown | |
parent | 7cd8819a634c8438efcd6861b6a234913ff8a8c6 (diff) |
Some more cosmetics
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown index b0b97d6..473953f 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -26,7 +26,7 @@ RANDOM_SEED=/var/lib/misc/random-seed install -TDm 0600 <(:) $RANDOM_SEED POOL_FILE=/proc/sys/kernel/random/poolsize if [[ -r $POOL_FILE ]]; then - read POOL_SIZE <$POOL_FILE + read POOL_SIZE < $POOL_FILE else POOL_SIZE=512 fi |