mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-06-30 23:12:45 +00:00
fix rubygems.sh
This commit is contained in:
parent
b283257653
commit
cfe4e2202e
@ -27,9 +27,9 @@ EOF
|
|||||||
|
|
||||||
if [[ $INIT == "0" ]]; then
|
if [[ $INIT == "0" ]]; then
|
||||||
if [[ $BUSYBOX == "0" ]]; then
|
if [[ $BUSYBOX == "0" ]]; then
|
||||||
timeout -t 7200 -s INT $GEM mirror -V
|
|
||||||
else
|
|
||||||
timeout -s INT 7200 $GEM mirror -V
|
timeout -s INT 7200 $GEM mirror -V
|
||||||
|
else
|
||||||
|
timeout -t 7200 -s INT $GEM mirror -V
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
$GEM mirror -V
|
$GEM mirror -V
|
||||||
|
Loading…
x
Reference in New Issue
Block a user