Skip to content

Commit

Permalink
init.d/seedrng.in: fix rc_yesno typo
Browse files Browse the repository at this point in the history
This fixes #512.
  • Loading branch information
thesamesam authored and williamh committed Mar 31, 2022
1 parent 7b544b9 commit 0efc1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/seedrng.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ seedrng_options()
echo "--lock-file \"${lock_file}\""
[ -n "${seed_dir}" ] &&
echo "--seed-dir \"${seed_dir}\""
rc_yesno "${skip_credit}" &&
yesno "${skip_credit}" &&
echo "--skip-credit"
}

Expand Down

0 comments on commit 0efc1b1

Please sign in to comment.