Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jan 8, 2017
1 parent 17e245f commit 8873f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/swap-file-creator/start
Expand Up @@ -66,7 +66,7 @@ do_start() {
random_password_exit_code="0"
RANDOM_PASSWORD="$(\
timeout --kill-after="$RANDOM_PASSWORD_TIMEOUT" "$RANDOM_PASSWORD_TIMEOUT" \
dd if="$RANDOM_DEVICE" bs=1 count=100 2>/dev/null\
dd if="$RANDOM_DEVICE" bs=1 count=100 2>/dev/null \
)" \
|| { random_password_exit_code="$?" ; true; };
if [ ! "$random_password_exit_code" = "0" ]; then
Expand Down

0 comments on commit 8873f63

Please sign in to comment.