From 09d297a383b60cfdba6b6388cc54c9c8fa603e75 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 10 Jan 2013 20:51:38 +0100 Subject: 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. --- src/main/unix/files/scripts/postinstall | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/main/unix/files/scripts/postinstall') 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 -- cgit v1.2.3