From f3fda8f9488579b2fa901d235ab56d25f491e6fc Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 11 Oct 2021 09:58:42 -0600 Subject: build: refactor Signed-off-by: nachoparker --- build/build-VM.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/build-VM.sh') diff --git a/build/build-VM.sh b/build/build-VM.sh index b730bb42..52e1b5e8 100755 --- a/build/build-VM.sh +++ b/build/build-VM.sh @@ -29,7 +29,6 @@ test -f "$TAR" && { echo "$TAR already exists. Skipping... "; exit 0; } ## preparations test -f "$TAR" && { echo "$TAR already exists. Skipping... "; exit 0; } -set -e prepare_dirs # tmp cache output ## BUILD NCP @@ -39,6 +38,7 @@ cd build/ vagrant destroy -f vagrant box update vagrant up --provider=libvirt --provision +cd - sleep 10 sudo qemu-img rebase -b "" "$VM" @@ -54,7 +54,7 @@ pack_image "$IMG" "$TAR" # upload create_torrent "$TAR" -upload_ftp "$( basename "$TAR" .tar.bz2 )" +#upload_ftp "$( basename "$TAR" .tar.bz2 )" # License -- cgit v1.2.3