Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-10-11 18:58:42 +0300
committernachoparker <nacho@ownyourbits.com>2021-10-12 00:55:47 +0300
commitf3fda8f9488579b2fa901d235ab56d25f491e6fc (patch)
tree435b4aa9ddc1d1da54851dc768e5a4455cc87612 /build/build-VM.sh
parent76fbf5038e4fca840f3b482e5de635e073023d7d (diff)
build: refactor
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'build/build-VM.sh')
-rwxr-xr-xbuild/build-VM.sh4
1 files changed, 2 insertions, 2 deletions
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