From 30f4a09d33f9484381bd3cbd929d75a320c5c348 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Oct 2013 21:44:33 -0200 Subject: Minor fix --- share/hydra/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydra/init b/share/hydra/init index d9eeccb..791d4e1 100755 --- a/share/hydra/init +++ b/share/hydra/init @@ -43,7 +43,7 @@ echo "$HYDRA=\"$BASEDIR\"" >> $CONFIG # Puppet configuration echo "Searching for a puppet repository at $BASEDIR..." -PUPPET="$(dirname `find $BASEDIR -name puppet.conf | tail -n 1`)" +PUPPET="$(dirname `find $BASEDIR -name puppet.conf | tail -n 1` 2> /dev/null)" # TODO: setup or clone initial repositories -- cgit v1.2.3