aboutsummaryrefslogtreecommitdiff
path: root/src/main/unix
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-10 20:51:38 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-10 20:51:38 +0100
commit09d297a383b60cfdba6b6388cc54c9c8fa603e75 (patch)
tree38f2d131bcbb352717c6b7e65cb5fd397071239c /src/main/unix
parent7838a06e5521db39aee8b3b87785fcb5e32cd7ad (diff)
downloadesper-testing-09d297a383b60cfdba6b6388cc54c9c8fa603e75.tar.gz
esper-testing-09d297a383b60cfdba6b6388cc54c9c8fa603e75.tar.bz2
esper-testing-09d297a383b60cfdba6b6388cc54c9c8fa603e75.tar.xz
esper-testing-09d297a383b60cfdba6b6388cc54c9c8fa603e75.zip
o Fixing another bug in the unbreakable poller, stored one build too many in some progress objects too.
o Got the logback.xml + system properties combination to finally work.
Diffstat (limited to 'src/main/unix')
-rw-r--r--src/main/unix/files/scripts/postinstall7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/unix/files/scripts/postinstall b/src/main/unix/files/scripts/postinstall
index 07b1abc..8699bd0 100644
--- a/src/main/unix/files/scripts/postinstall
+++ b/src/main/unix/files/scripts/postinstall
@@ -1,3 +1,10 @@
#!/bin/bash
ln -s ../../../etc
+
+if [ ! -d ../../../logs ]
+then
+ mkdir ../../../logs
+fi
+
+ln -s ../../../logs