a bit more verbose
This commit is contained in:
@@ -6,6 +6,8 @@ function g_retrycmd {
|
||||
# If retrys not set default to 5 times
|
||||
[ -z "$g_tries" ] && g_tries=5
|
||||
|
||||
>&2 echo "$(g_date_print) Trying $@"
|
||||
|
||||
local g_try=0
|
||||
until [ $g_try -eq $g_tries ]
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user