commit | 5bc6bba1b5fc12c416585eee4e3a5e41a4678319 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Oct 18 10:46:41 2022 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Oct 18 10:46:41 2022 +0300 |
tree | 6a85b471a5afdb604f9deecfe5bff66b6f5281c6 | |
parent | 11df0a8a9c76442e4f3099d8abd286a6436276af [diff] |
detachLicense: Tweak retry message Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I6a60cf1b88cd081ff7e47b9a3a537e773a1ac5b9
diff --git a/eclair-linaro/bin/detachLicense b/eclair-linaro/bin/detachLicense index b473bc4..2220d5d 100755 --- a/eclair-linaro/bin/detachLicense +++ b/eclair-linaro/bin/detachLicense
@@ -13,7 +13,7 @@ while [ $iter -lt 5 ]; do if [ $iter -ne 0 ]; then - echo "$0: retry #${iter}" + echo "detachLicense: retry #${iter}" sleep 60 fi