Skip to content

Commit

Permalink
fixed syntax error in linbo_warmstart (#21).
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Oct 23, 2021
1 parent 6de8687 commit 284cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linbofs/usr/bin/linbo_warmstart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ ! -s "$INITRD" ]; then
fi

# load linbo kernel
if ! $KEXEC --reuse-cmdline --initrd= $INITRD -l $KERNEL; then
if ! $KEXEC --reuse-cmdline --initrd=$INITRD -l $KERNEL; then
echo "Failed to load linbo kernel!"
exit 1
fi
Expand Down

0 comments on commit 284cbcc

Please sign in to comment.