This looks like a patch to your previous patch. Can you please send one
patch? Thanks.


--
Nadav Har'El
n...@scylladb.com

On Wed, Jan 10, 2018 at 3:26 PM, geraldo netto <geraldone...@gmail.com>
wrote:

> Signed-off-by: geraldo netto <geraldone...@gmail.com>
> ---
>  tomcat/GET | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/tomcat/GET b/tomcat/GET
> index 6ec6f28..8228b5f 100755
> --- a/tomcat/GET
> +++ b/tomcat/GET
> @@ -25,11 +25,10 @@ popd
>
>  popd
>
> -if [ ! -f ROOTFS/usr/tomcat ];
> +if [ -d ROOTFS/usr/tomcat ];
>  then
> -    mkdir -p ROOTFS/usr/tomcat
> -else
>      rm -rf ROOTFS/usr/tomcat
>  fi
>
> +mkdir -p ROOTFS/usr/tomcat
>  mv upstream/$dir/* ROOTFS/usr/tomcat
> --
> 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 osv-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to