diff options
Diffstat (limited to 'test/data/app-a')
-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 |