From 2c573fe81b0b23ab2ccf920738ff1696d5f9b94f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 15 Dec 2021 00:11:02 -0500 Subject: [PATCH] Redirect cURL output to stderr --- templates/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/install.sh b/templates/install.sh index 76016c6..d95227a 100755 --- a/templates/install.sh +++ b/templates/install.sh @@ -148,7 +148,7 @@ seed_checkin() ( curl -X POST \ -H "Content-Type: application/json" \ -d "{\"action\":\"${action}\",\"macaddr\":\"${macaddr}\",\"ipaddr\":\"${ipaddr}\",\"hostname\":\"${target_hostname}\",\"bmc_macaddr\":\"${bmc_macaddr}\",\"bmc_ipaddr\":\"${bmc_ipaddr}\"}" \ - ${pvcbootstrapd_checkin_uri} + ${pvcbootstrapd_checkin_uri} >&2 ) # Obtain the preseed options from the kernel command line