diff options
Diffstat (limited to 'test/data/app-a/hooks')
-rwxr-xr-x | test/data/app-a/hooks/post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/app-a/hooks/post-install b/test/data/app-a/hooks/post-install index 99ad974..c548ad7 100755 --- a/test/data/app-a/hooks/post-install +++ b/test/data/app-a/hooks/post-install @@ -3,3 +3,7 @@ set -u echo "Post install" + +[ -d ../../logs ] || mkdir ../../logs + +ln -s ../../../logs root/logs |