Skip to content

Commit fb8b020

Browse files
committed
Move up the log dependency
1 parent 4690cf9 commit fb8b020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
export DOCK_INIT_BASE=/opt/runnable/dock-init
88
export HOST_IP=$(hostname -i)
9+
source "${DOCK_INIT_BASE}/lib/util/log.sh"
910

1011
if [ -z "${CONSUL_PORT+x}" ]; then
1112
export CONSUL_PORT=8500
@@ -39,7 +40,6 @@ source "${DOCK_INIT_BASE}/lib/aws.sh"
3940
source "${DOCK_INIT_BASE}/lib/dock.sh"
4041
source "${DOCK_INIT_BASE}/lib/container.sh"
4142
source "${DOCK_INIT_BASE}/lib/iptables.sh"
42-
source "${DOCK_INIT_BASE}/lib/util/log.sh"
4343

4444
# Initializes the dock
4545
main() {

0 commit comments

Comments
 (0)