aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/try2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/try b/bin/try
index e8e7b564..cdf98d01 100755
--- a/bin/try
+++ b/bin/try
@@ -27,7 +27,7 @@ verbose=0
# Number of attempts
declare -i attc
-attc=2
+attc=3
# Process options
while getopts 'hvn:' opt ; do