We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4690cf9 commit fb8b020Copy full SHA for fb8b020
1 file changed
init.sh
@@ -6,6 +6,7 @@
6
7
export DOCK_INIT_BASE=/opt/runnable/dock-init
8
export HOST_IP=$(hostname -i)
9
+source "${DOCK_INIT_BASE}/lib/util/log.sh"
10
11
if [ -z "${CONSUL_PORT+x}" ]; then
12
export CONSUL_PORT=8500
@@ -39,7 +40,6 @@ source "${DOCK_INIT_BASE}/lib/aws.sh"
39
40
source "${DOCK_INIT_BASE}/lib/dock.sh"
41
source "${DOCK_INIT_BASE}/lib/container.sh"
42
source "${DOCK_INIT_BASE}/lib/iptables.sh"
-source "${DOCK_INIT_BASE}/lib/util/log.sh"
43
44
# Initializes the dock
45
main() {
0 commit comments