Storage
This commit is contained in:
parent
1a1b1c1436
commit
ce3938370c
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ if ((SIZE<1000000)); then
|
||||||
echo "Invalid ISO file: Size is smaller than 1 MB." && exit 62
|
echo "Invalid ISO file: Size is smaller than 1 MB." && exit 62
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FILE="$IMG/boot.img"
|
FILE="$STORAGE/boot.img"
|
||||||
|
|
||||||
mv -f "$TMP" "$FILE"
|
mv -f "$TMP" "$FILE"
|
||||||
|
|
Loading…
Reference in a new issue