feat: allow exising dir
diff --git a/tobago/tobago-vm/tomcat/download-deploy-and-run.sh b/tobago/tobago-vm/tomcat/download-deploy-and-run.sh
index 5958611..c5367b7 100644
--- a/tobago/tobago-vm/tomcat/download-deploy-and-run.sh
+++ b/tobago/tobago-vm/tomcat/download-deploy-and-run.sh
@@ -30,7 +30,7 @@
 set -x
 curl -o ${ARTIFACT} "https://repository.apache.org/service/local/artifact/maven/content?r=${REPO}&g=org.apache.myfaces.tobago&a=tobago-example-demo&p=war&v=${TOBAGO_VERSION}"
 
-mkdir ${TARGET}
+mkdir -p ${TARGET}
 pushd ${TARGET} && jar xf ${ARTIFACT}
 
 catalina.sh run