and - debug

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-20 13:47:36 +02:00
parent 43526d41a5
commit 7d8a58e6d1
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@
. cdist-config
[ $# -ge 1 ] || __cdist_usage "[-p] <target host> [target host ]"
set -ux
set -u
filter()
{

View File

@ -53,6 +53,9 @@ __directory /home/services/nfs --parents yes
# Change permissions recursively
__directory /home/services --recursive yes --owner root --group root
# Setup a temp directory
__directory /local --mode 1777
--------------------------------------------------------------------------------