diff --git a/scripts/download_debian.sh b/scripts/download_debian.sh index ce6c5b0..843310a 100755 --- a/scripts/download_debian.sh +++ b/scripts/download_debian.sh @@ -18,8 +18,8 @@ DEBIAN_INSTALLER_DIR="${TFTP_DIRECTORY}/installer/debian" DEBIAN_CONFIG_PXE="${DEBIAN_INSTALLER_DIR}/menu.cfg.example" # Create directories and config file -rm -rf "${DEBIAN_INSTALLER_DIR}" mkdir -p "${DEBIAN_INSTALLER_DIR}" +rm -f "${DEBIAN_CONFIG_PXE}" touch "${DEBIAN_CONFIG_PXE}" for DISTRO in stretch buster jessie wheezy sid; do # For ALL Debian's version