From 18ab16e86d61fbd5e8d97bb59db14f632ca43f5c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:58 -0400 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