Commit ce393837 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Storage

parent 1a1b1c14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"