new commit

This commit is contained in:
Manuel 2022-11-19 11:47:10 -01:00
parent faedd426fa
commit 8604f3bc95
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ if [ ${_break} -lt ${_wait} ] ; then
### 10 June, 2022 - After 17 June, this comment and the following line can be removed ### 10 June, 2022 - After 17 June, this comment and the following line can be removed
echo -e "\n\tISO appeared after $_break seconds.\n" | tee --append /tmp/${FileName}.out echo -e "\n\tISO appeared after $_break seconds.\n" | tee --append /tmp/${FileName}.out
mv build32/*.iso build/${FileName}.iso mv build32/*.iso build32/${FileName}.iso
# Make the checksum file. # Make the checksum file.
cd build32 cd build32

View File

@ -41,7 +41,7 @@ if [ ${_break} -lt ${_wait} ] ; then
### 10 June, 2022 - After 17 June, this comment and the following line can be removed ### 10 June, 2022 - After 17 June, this comment and the following line can be removed
echo -e "\n\tISO appeared after $_break seconds.\n" | tee --append /tmp/${FileName}.out echo -e "\n\tISO appeared after $_break seconds.\n" | tee --append /tmp/${FileName}.out
mv build32/*.iso build/${FileName}.iso mv build32/*.iso build32/${FileName}.iso
# Make the checksum file. # Make the checksum file.
cd build32 cd build32