remove unwwanted parameter
This commit is contained in:
parent
fcae53baae
commit
bf941819a8
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
PARAMS=$*
|
PARAMS=$*
|
||||||
for i in {1..20}; do
|
for i in {1..20}; do
|
||||||
crunchy -u ${PARAMS}
|
crunchy ${PARAMS}
|
||||||
if [ $? == 0 ]; then
|
if [ $? == 0 ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
echo "Going to retry..."
|
echo "Going to retry..."
|
||||||
sleep 3
|
sleep 3
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user