new commit
This commit is contained in:
parent
0e65066875
commit
ddd963c657
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue