Move sleep, oops.
This commit is contained in:
parent
d50f477850
commit
19604755f0
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ do
|
|||
if [ "${ACTIVE}" ]
|
||||
then
|
||||
cat ${ACTIVE}
|
||||
sleep ${DELAY}
|
||||
else
|
||||
echo -e "\nThere are no active builds available to view."
|
||||
fi
|
||||
sleep ${DELAY}
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue