This commit is contained in:
Kroese 2023-04-16 16:12:18 +02:00 committed by GitHub
parent 1a1b1c1436
commit ce3938370c

View file

@ -21,6 +21,6 @@ if ((SIZE<1000000)); then
echo "Invalid ISO file: Size is smaller than 1 MB." && exit 62
fi
FILE="$IMG/boot.img"
FILE="$STORAGE/boot.img"
mv -f "$TMP" "$FILE"