Commit 18ea681a authored by Adam Wujek's avatar Adam Wujek 💬

userspace/rootfs_override: add explicit error messages when problem with dot-config

Add explicit error messages when problems with downloaded dot-config file.
Messages added in /etc/init.d/dot-config
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 9ad08690
......@@ -68,9 +68,11 @@ if [ -n "$CONFIG_DOTCONF_URL" ]; then
echo "config_ok" > "$tmpdir"/dot-config_status
else
echo "check_error" > "$tmpdir"/dot-config_status
echo "Errors found in downloaded dot-config \"$URL\", using old"
fi
else
echo "download_error" > "$tmpdir"/dot-config_status
echo "Download error for dot-config \"$URL\", using old"
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment