mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 12:20:58 +01:00
Fixed: duplicate pause
This commit is contained in:
parent
cca81fbf19
commit
aa59980365
|
|
@ -28,7 +28,10 @@ do
|
|||
for counter in {1..3}
|
||||
do
|
||||
displayMessage $worktime "Work Work Work!"
|
||||
displayMessage $shorttime "Chilling Quickly"
|
||||
if [[ $counter -ne 3 ]];
|
||||
then
|
||||
displayMessage $shorttime "Chilling Quickly"
|
||||
fi
|
||||
done
|
||||
displayMessage $longtime "Resting..."
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user