mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-21 17:01:59 +01:00
Update xoce-import.sh
adding `--keepalive-time 5` to send a tcp notice keeping the connection active
This commit is contained in:
parent
640ba95d1b
commit
2846b2c7cc
@ -49,7 +49,7 @@ uuid=$(xe vm-import url="$XOCE_URL" 2> /dev/null)
|
||||
import=$?
|
||||
if [ $import -ne 0 ]
|
||||
then
|
||||
uuid=$(curl "$XOCE_URL" -L -O -c -| xe vm-import filename=/dev/stdin 2>&1)
|
||||
uuid=$(curl "$XOCE_URL" -L -O -c - --keepalive-time 5 | xe vm-import filename=/dev/stdin 2>&1)
|
||||
fi
|
||||
|
||||
# If it fails again (for any reason), we stop the script
|
||||
|
Loading…
Reference in New Issue
Block a user