From 4e78dad3ec73a6e342e5f2a0dbfd802810b7d330 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 12 Jan 2013 17:42:21 +0100 Subject: o Allowing the user to have settings in //etc/app.conf. --- src/main/unix/files/scripts/postinstall | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/unix/files/scripts/postinstall b/src/main/unix/files/scripts/postinstall index 37c202e..1221a41 100755 --- a/src/main/unix/files/scripts/postinstall +++ b/src/main/unix/files/scripts/postinstall @@ -14,5 +14,10 @@ case "`uname -s`" in fi ln -s ../../../logs + + if [ -r ../../../etc/app.conf ] + then + cat ../../../etc/app.conf >> etc/app.conf + fi ;; esac -- cgit v1.2.3