From f7e19860ec1381a0db8306c586aa034a7f7e7be0 Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Tue, 25 Sep 2018 10:32:18 +0200 Subject: [PATCH] Add init_vmap.sh --- init_vmap.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 init_vmap.sh diff --git a/init_vmap.sh b/init_vmap.sh old mode 100644 new mode 100755 index 8c9af9f9..f99c1c95 --- a/init_vmap.sh +++ b/init_vmap.sh @@ -16,7 +16,9 @@ APP_NAME="vmap" APP_MODULES=( vmap vm4ms anc cadastre cadastreV2 ) # git rm -Rf $APP_NAME -git rm -Rf repos +# git rm -Rf repos + +rm -Rf repos # Vitis echo "---- INIT Vitis ----" @@ -66,4 +68,4 @@ for module in "${APP_MODULES[@]}"; do fi done -git rm -Rf repos +rm -Rf repos -- GitLab