Remove debugging from create

This commit is contained in:
Bruno Tavares 2014-02-21 16:08:19 -03:00
parent b30b745509
commit 00f52c7336

View File

@ -1,4 +1,4 @@
#!/bin/bash -xe
#!/bin/bash -e
target=${1:-.}
mkdir -p $target{,/roles,/recipes,/files}