example.sh: fix: remove error mode, would stop if a dir was invalid
authorHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 8 Jan 2016 21:17:54 +0000 (22:17 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 8 Jan 2016 21:17:54 +0000 (22:17 +0100)
commit2296f5167cbeb2c57089cde3e4928d55131f5bc9
tree06e2116ab6f1e8a8066d8147187b2185a94f88ed
parent8983c802c1ddf205a1a0d38debf51d3c18b7ab4a
example.sh: fix: remove error mode, would stop if a dir was invalid

mkdir -p makes the directory always, so no need to check.
example.sh