Signed-off-by: geraldo netto <[email protected]> --- tomcat-gitblit/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomcat-gitblit/GET b/tomcat-gitblit/GET index d123467..20c7d2e 100755 --- a/tomcat-gitblit/GET +++ b/tomcat-gitblit/GET @@ -2,6 +2,6 @@ VERSION=1.5.1 -wget -O gitblit.war http://dl.bintray.com/gitblit/releases/gitblit-${VERSION}.war +wget -c -O gitblit.war http://dl.bintray.com/gitblit/releases/gitblit-${VERSION}.war mkdir -p ROOTFS/usr/tomcat/webapps/ cp gitblit.war ROOTFS/usr/tomcat/webapps/ -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
