From fe86eedfc8540c15ec02dbabc3a28f67bf45e962 Mon Sep 17 00:00:00 2001 From: Manuel Fernando da silva rosa Date: Fri, 18 Nov 2022 19:10:31 +0000 Subject: [PATCH] Modificar 'BldHelper-32-non-pae-release.sh' --- BldHelper-32-non-pae-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BldHelper-32-non-pae-release.sh b/BldHelper-32-non-pae-release.sh index 4c399e77..c5e9ab74 100755 --- a/BldHelper-32-non-pae-release.sh +++ b/BldHelper-32-non-pae-release.sh @@ -17,8 +17,8 @@ BUILD=release # Sets which pepbld.sh to use and the location in /var/www/html/[ [ $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/repos/${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. -WorkDir=//repos/builds/my-distro-builds/ # * If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * +LogDir=/repos/builds/my-distro-builds/logs/ # This folder contains a log for the last $[PREFIX]-$[SUFFIX] build. +WorkDir=/repos/builds/my-distro-builds/ # * If we change servers or locations T*H*I*S line is the O*N*L*Y line to change. * _break=0 ; _wait=30 # Time (in seconds) to wait # Move into the builder directory.