summaryrefslogtreecommitdiffstats
path: root/sup
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-02-12 22:06:43 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-02-12 22:06:43 +0100
commit8156a6fbe9d17f24f459c4c29229cf4ce0fe63a5 (patch)
treef7f02bcd06421efce55b67a9fe2f7b00b798671d /sup
parenta8430376596539ad6eb8a21ac4ad2404faf4439d (diff)
downloadbin-8156a6fbe9d17f24f459c4c29229cf4ce0fe63a5.tar.gz
bin-8156a6fbe9d17f24f459c4c29229cf4ce0fe63a5.tar.xz
sup: fix message
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'sup')
-rwxr-xr-xsup2
1 files changed, 1 insertions, 1 deletions
diff --git a/sup b/sup
index d2d84eb..e277e53 100755
--- a/sup
+++ b/sup
@@ -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