From d69be295a9cc79d51987dd586b00f90d31f3db36 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 19 Nov 2022 16:05:01 -0100 Subject: [PATCH] new commit --- BldHelper-32-non-pae-release.sh | 2 +- BldHelper-32-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BldHelper-32-non-pae-release.sh b/BldHelper-32-non-pae-release.sh index 5b42499d..0bc1fca3 100755 --- a/BldHelper-32-non-pae-release.sh +++ b/BldHelper-32-non-pae-release.sh @@ -13,7 +13,7 @@ BUILD=release # Sets which pepbld.sh to use and the location in /var/www/html/[ ################################################## ### ## # Make NO Edits Below This Line !! # ## ### ################################################## - $TODAY ! = " " ] || TODAY=$(date -u +"%Y-%m-%d") # If MasterBuilder.sh is used IT will set the date. If not used, we set it here. +[ $TODAY ! = " " ] || TODAY=$(date -u +"%Y-%m-%d") # If MasterBuilder.sh is used IT will set the date. If not used, we set it here. FileName="${PREFIX}-${SUFFIX}" # This will give a uniquely named and dated ISO and checksum for . LOCATION=/var/www/acoroslinux.tk/iso-builds/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/repos/builds/my-distro-builds/logs/ # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. diff --git a/BldHelper-32-release.sh b/BldHelper-32-release.sh index 9205b022..ad0062ff 100755 --- a/BldHelper-32-release.sh +++ b/BldHelper-32-release.sh @@ -13,7 +13,7 @@ BUILD=release # Sets which pepbld.sh to use and the location in /var/www/html/[ ################################################## ### ## # Make NO Edits Below This Line !! # ## ### ################################################## - $TODAY ! = " " ] || TODAY=$(date -u +"%Y-%m-%d") # If MasterBuilder.sh is used IT will set the date. If not used, we set it here. +[ $TODAY ! = " " ] || TODAY=$(date -u +"%Y-%m-%d") # If MasterBuilder.sh is used IT will set the date. If not used, we set it here. FileName="${PREFIX}-${SUFFIX}" # This will give a uniquely named and dated ISO and checksum for . LOCATION=/var/www/acoroslinux.tk/iso-builds/${BUILD} # Tells and the script which 2 files to remove and where to put them. LogDir=/repos/builds/my-distro-builds/logs/ # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build.