Skip to content

Commit

Permalink
fix(initrd): syntax error near unexpected token `then' (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Oct 23, 2023
1 parent 40e7d75 commit 4fe44f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initrd/bin/batch-download
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function _download() {
WGET_CMD="wget --show-progress --inet4-only -c -L -O"

echo "==> Trying download $url"
if [[ x"$WGET_BIN" == x ]] then
if [[ x"$WGET_BIN" == x ]]; then
echo "wget command not found"
return 1
fi
Expand Down

0 comments on commit 4fe44f4

Please sign in to comment.