Update xoce-import.sh

This commit is contained in:
Dustin B
2020-07-26 16:54:03 -04:00
committed by GitHub
parent 8c021409fd
commit 640ba95d1b

View File

@@ -49,7 +49,7 @@ uuid=$(xe vm-import url="$XOCE_URL" 2> /dev/null)
import=$?
if [ $import -ne 0 ]
then
uuid=$(curl "$XOCE_URL" -c -| xe vm-import filename=/dev/stdin 2>&1)
uuid=$(curl "$XOCE_URL" -L -O -c -| xe vm-import filename=/dev/stdin 2>&1)
fi
# If it fails again (for any reason), we stop the script