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.
2 parents d66638f + b203d0c commit 5bb5be4Copy full SHA for 5bb5be4
1 file changed
pkg/elasticsearch.sh
@@ -6,9 +6,7 @@
6
# step can probably be factored out to something nicer
7
TOP_DIR=$(cd $(dirname "$0")/.. && pwd)
8
FILES=$TOP_DIR/files
9
-source $TOP_DIR/functions
10
-DEST=${DEST:-/opt/stack}
11
-source $TOP_DIR/lib/infra
+source $TOP_DIR/stackrc
12
13
# Package source and version, all pkg files are expected to have
14
# something like this, as well as a way to override them.
0 commit comments