summaryrefslogtreecommitdiffstats
path: root/stacksmith/user-scripts/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stacksmith/user-scripts/run.sh')
-rwxr-xr-xstacksmith/user-scripts/run.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/stacksmith/user-scripts/run.sh b/stacksmith/user-scripts/run.sh
new file mode 100755
index 00000000..20d4743b
--- /dev/null
+++ b/stacksmith/user-scripts/run.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+readonly CONF=/build/env.config
+
+source ${CONF}
+
+cd /build
+echo "starting the wekan service..."
+node main.js