diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-30 22:46:10 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-30 22:46:10 +0100 |
commit | 537935edab2e847196a46be68956c8ed2300a22a (patch) | |
tree | 349612c2ae6684ce0f50c3fe18e1d6f88b8ae507 | |
parent | 3b3c80db30af556d5da7301037bf16782216d0bd (diff) | |
download | app.sh-537935edab2e847196a46be68956c8ed2300a22a.tar.gz app.sh-537935edab2e847196a46be68956c8ed2300a22a.tar.bz2 app.sh-537935edab2e847196a46be68956c8ed2300a22a.tar.xz app.sh-537935edab2e847196a46be68956c8ed2300a22a.zip |
test/data/app-a/hooks/post-install: Removing set -x.
-rwxr-xr-x | test/data/app-a/hooks/post-install | 3 |
1 files changed, 0 insertions, 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 |