Modificar 'bookworm/BldHelper-release.sh'
Signed-off-by: Manuel Fernando da silva rosa <manuelsilvarosa@gmail.com>
This commit is contained in:
parent
0bd0889157
commit
7bb4f58603
|
@ -62,7 +62,8 @@ mv ${FileName}-sha512.checksum ${LOCATION}/${FileName}-sha512.checksum
|
|||
# touch -t ${_stamp} ${LOCATION} ${LOCATION}/${FileName}*
|
||||
touch ${LOCATION}/${FileName}*
|
||||
|
||||
lb clean &
|
||||
# Clean the fusato folder
|
||||
lb clean & rm -r *
|
||||
|
||||
# Move the log file to the log directory.
|
||||
[ ! -e ${LogDir} ] && mkdir -p ${LogDir}
|
||||
|
@ -81,6 +82,3 @@ else echo -e "\n\tAfter $_break seconds, ISO never appeared.\n" | tee --append $
|
|||
mv ${OutFile} ${LogFile}
|
||||
fi
|
||||
|
||||
# Remove the fusato folder
|
||||
|
||||
rm -rf fusato
|
||||
|
|
Loading…
Reference in New Issue