Fixes and new desktop starter synchronization system.
This commit is contained in:
parent
350f4c2646
commit
4ce97f5486
6 changed files with 27 additions and 17 deletions
|
@ -69,7 +69,8 @@ delete_outdated_image() {
|
|||
|
||||
get_file() {
|
||||
cd "${VM_SYSDIR}"
|
||||
wget --no-proxy -O "${FILENAME}" "http://${SEEDBOX_HOST}/aria2/${FILENAME}" || echo "File not found on seedbox"
|
||||
curl --fail --noproxy ${SEEDBOX_HOST} -o "${FILENAME}" \
|
||||
"http://${SEEDBOX_HOST}/aria2/${FILENAME}" || echo "File not found on seedbox"
|
||||
}
|
||||
|
||||
push_file() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue