diff --git a/createBundle.sh b/createBundle.sh index 2754d20b2..41e09c978 100755 --- a/createBundle.sh +++ b/createBundle.sh @@ -75,7 +75,7 @@ fi if [ "$(hostname -f)" == "${DEPLOY_SERVER}" ] ; then echo "INFO: Publishing..." - if ! mkdir ${DIST_STROLCH} ; then + if ! mkdir -p ${DIST_STROLCH} ; then echo "ERROR: Failed to create dist ${DIST_STROLCH}" exit 1 fi