summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-11-12 12:40:37 +0100
committerJonathan Bauer2018-11-12 17:30:33 +0100
commitac6b6eb6c4a97e149b5969075d670b4505278319 (patch)
tree5233b4d3e93179b1ff1f2969c89633b3fee23ceb
parent[dnbd3-rfs] minor formatting (diff)
downloadsystemd-init-ac6b6eb6c4a97e149b5969075d670b4505278319.tar.gz
systemd-init-ac6b6eb6c4a97e149b5969075d670b4505278319.tar.xz
systemd-init-ac6b6eb6c4a97e149b5969075d670b4505278319.zip
[dnbd3-rfs] minor formatting issues
-rwxr-xr-xbuilder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh b/builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh
index 04d2f27f..f8dcb17b 100755
--- a/builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh
+++ b/builder/modules.d/dnbd3-rootfs/hooks/fetch-config.sh
@@ -15,7 +15,7 @@ logging.set_log_file "$SLX_LOG_FILE_PATH"
exceptions.deactivate
configuration_file_name="$(getarg slx_configuration_filename=)"
if [ -z "$configuration_file_name" ]; then
- configuration_file_name='config'
+ configuration_file_name='config'
fi
slx_server="$(getarg slxsrv=)"
slx_server_base="$(getarg slxbase=)"
@@ -33,9 +33,9 @@ for TIMEOUT in 1 1 2 3; do
done
IFS="$IFS_backup"
-if [[ ! -e "/etc/openslx" ]]; then
- logging.warn "Downloading OpenSLX configuration file from any of the servers \"${slx_server}\" at location \"${slx_server_base}/${configuration_file_name}\" failed. Return code: $return_code"
- exit 1
+if [[ ! -s "/etc/openslx.tmp" ]]; then
+ logging.warn "Downloading OpenSLX configuration file from any of the servers \"${slx_server}\" at location \"${slx_server_base}/${configuration_file_name}\" failed. Return code: $return_code"
+ return 1
fi
# mark that the configuration variables came from remote