2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-11 16:24:41 +00:00

Correct syntax error in ubuntu arm profile init

This commit is contained in:
Jarrod Johnson 2024-03-18 12:45:25 -04:00
parent 7a6b03097b
commit 5f801e6683

View File

@ -8,7 +8,7 @@ if [ -d $1/EFI/boot/ ]; then
elif [ -d $1/efi/boot/ ]; then
ln -s $1/efi/boot/* $2/boot/efi/boot
else
echo "Unrecogrized boot contents in media" > &2
echo "Unrecogrized boot contents in media" >&2
exit 1
fi