aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rwxr-xr-xsrc/main/unix/files/root/etc/app.conf1
-rwxr-xr-x[-rw-r--r--]src/main/unix/files/scripts/postinstall2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/unix/files/root/etc/app.conf b/src/main/unix/files/root/etc/app.conf
new file mode 100755
index 0000000..9050c9d
--- /dev/null
+++ b/src/main/unix/files/root/etc/app.conf
@@ -0,0 +1 @@
+app.method=bin/method
diff --git a/src/main/unix/files/scripts/postinstall b/src/main/unix/files/scripts/postinstall
index 8699bd0..a0314dc 100644..100755
--- a/src/main/unix/files/scripts/postinstall
+++ b/src/main/unix/files/scripts/postinstall
@@ -1,6 +1,6 @@
#!/bin/bash
-ln -s ../../../etc
+ln -s ../../../../etc/config.properties etc/config.properties
if [ ! -d ../../../logs ]
then