Remove useless quotes.

This commit is contained in:
Jeremy Gardais 2017-02-15 10:26:12 +01:00
parent c0bbece614
commit 439efc750d
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
## Release x.x.x
## Release 0.3.x
#### Features
* Delete the extra partition for free space with the Debian's preseed (#2).
* Add some backgrounds (#4).
* Update Clonezilla and Gparted to their latest version.
* Swap is now between 25% of the RAM and 32GB at max.
#### Fixes
* Use the new IP address.
* Use shellcheck to ensure POSIX compatibility.
## Release 0.3.0
### Summary

View File

@ -17,7 +17,7 @@ touch "${CZ_CONFIG_PXE}"
for ARCH in amd64 i686; do # For available classic architecture
CZ_URL="https://osdn.jp/dl/clonezilla/clonezilla-live-${CZ_VERSION}-${ARCH}.zip"
CZ_TEMP_FILE="/tmp/clonezilla-live-"${CZ_VERSION}"-"${ARCH}".zip "
CZ_TEMP_FILE="/tmp/clonezilla-live-${CZ_VERSION}-${ARCH}.zip "
# Create and go into directory
mkdir -p ${CZ_INSTALLER_DIR}/${ARCH}