diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-02-12 22:06:43 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-02-12 22:06:43 +0100 |
commit | 8156a6fbe9d17f24f459c4c29229cf4ce0fe63a5 (patch) | |
tree | f7f02bcd06421efce55b67a9fe2f7b00b798671d /sup | |
parent | a8430376596539ad6eb8a21ac4ad2404faf4439d (diff) | |
download | bin-8156a6fbe9d17f24f459c4c29229cf4ce0fe63a5.tar.gz bin-8156a6fbe9d17f24f459c4c29229cf4ce0fe63a5.tar.xz |
sup: fix message
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'sup')
-rwxr-xr-x | sup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ trap cleanup 2 15 while :; do times_ran=$(($times_ran+1)) if [ $times_ran -gt $delay_after ]; then - echo "sleeping for after $(($times_ran-1)) runs in $delay_reset_after seconds" + echo "sleeping for $delay seconds after $(($times_ran-1)) runs in $delay_reset_after seconds" sleep $delay fi |