From 537935edab2e847196a46be68956c8ed2300a22a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 30 Jan 2013 22:46:10 +0100 Subject: test/data/app-a/hooks/post-install: Removing set -x. --- test/data/app-a/hooks/post-install | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/data/app-a/hooks/post-install b/test/data/app-a/hooks/post-install index d4ca67a..1dfb7be 100755 --- a/test/data/app-a/hooks/post-install +++ b/test/data/app-a/hooks/post-install @@ -6,9 +6,6 @@ echo "Post install" NAME=`basename $APP_HOME` -echo NAME=$NAME -echo pwd=`pwd` -set -x if [ -d root/etc/$NAME ] then find root/etc/$NAME -maxdepth 1 -type f | while read file -- cgit v1.2.3