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