We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300d0d6 commit 2697cefCopy full SHA for 2697cef
habitat/hooks/run
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
export HOME="/hab/svc/chime/config"
3
+# export the parameters file path
4
+export PARAMETERS="${pkg_prefix}/defaults/webapp.cfg"
5
cd "/hab/svc/chime"
6
7
if [ "$(whoami)" = "root" ]; then
habitat/plan.sh
@@ -67,6 +67,7 @@ do_build() {
67
68
do_install() {
69
cp -pr ${PLAN_CONTEXT}/../src/* "${pkg_prefix}/"
70
+ cp -pr ${PLAN_CONTEXT}/../deafults/webapp.cfg "${pkg_prefix}/defaults/"
71
return $?
72
}
73
0 commit comments