From aa842cb1c0fdcf034eebac790556f1a22c16cf43 Mon Sep 17 00:00:00 2001 From: vic Date: Tue, 19 Mar 2013 02:55:23 +0400 Subject: [PATCH] Hide stderr --- iso/bootstrap_admin_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/bootstrap_admin_node.sh b/iso/bootstrap_admin_node.sh index 0ce5d8eb89..676c1bc315 100644 --- a/iso/bootstrap_admin_node.sh +++ b/iso/bootstrap_admin_node.sh @@ -102,4 +102,4 @@ iptables -A PREROUTING -t nat -i $mgmt_if -s $mgmt_ip/$mgmt_mask ! -d $mgmt_ip - gem install /var/www/astute-0.0.1.gem cp `find / -name config.yaml -print0 | grep -FzZ 'samples/config.yaml'` /root -) >> $log +) 2>&1 >> $log