From 9ef06ccd6bb9179878928a73495285682e4bcb19 Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 20 Nov 2015 18:32:12 +0100 Subject: Fix. --- builder/dnbd3-rootfs/hooks/pre-mount/fetch-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builder') diff --git a/builder/dnbd3-rootfs/hooks/pre-mount/fetch-config.sh b/builder/dnbd3-rootfs/hooks/pre-mount/fetch-config.sh index 581c8e05..f0753831 100755 --- a/builder/dnbd3-rootfs/hooks/pre-mount/fetch-config.sh +++ b/builder/dnbd3-rootfs/hooks/pre-mount/fetch-config.sh @@ -7,7 +7,7 @@ IFS="," local host for host in ${SLX_SERVER}; do info "Trying host \"$host\"." - wget --timeout 5 --quiet "http://${host}${SLX_SERVER_BASE}${configuration_file_name}" \ + wget --timeout 5 --quiet "http://${host}/${SLX_SERVER_BASE}${configuration_file_name}" \ --output-document "/$configuration_file_name" local return_code="$?" [[ $return_code == 0 ]] && break -- cgit v1.2.3-55-g7522