Redirect cURL output to stderr

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:58 -04:00
parent 5cfe70d021
commit 18ab16e86d
1 changed files with 1 additions and 1 deletions

View File

@ -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