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>2017-06-28 16:35:09 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-29 05:48:41 +0300
commitce003aa6eeea5e8612ff74f22e9bfcafd2c70978 (patch)
tree39b0d24726e4e135f12ecc8befe1b2ab351d1cf1
parent88bf2c7718e8b1cf46acdcef8b9da4481da13d3b (diff)
save partials in folder
-rwxr-xr-xbatch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/batch.sh b/batch.sh
index 6873deac..92e52c73 100755
--- a/batch.sh
+++ b/batch.sh
@@ -26,6 +26,7 @@ NO_HALT_STEP=1 ./installer.sh prepare.sh $IP $IMGBASE ||
./installer.sh $NC_INSTALL $IP $( ls -1t *.img | head -1 ) || exit 1
./installer.sh $NC_CONFIG $IP $( ls -1t *.img | head -1 ) || exit 1
./installer.sh nextcloudpi.sh $IP $( ls -1t *.img | head -1 ) || exit 1
+# ./installer.sh test-devel.sh $IP $( ls -1t *.img | head -1 ) || exit 1
IMGFILE=$( ls -1t *.img | head -1 )
IMGOUT=$( basename "$IMGFILE" _base_prepare_lamp_nc-nextcloud_nc-init_nextcloudpi.img ).img
@@ -33,6 +34,8 @@ IMGOUT=$( basename "$IMGFILE" _base_prepare_lamp_nc-nextcloud_nc-init_nextcloudp
pack_image "$IMGFILE" "$IMGOUT"
md5sum $( ls -1t *.tar.bz2 | head -1 )
+mkdir -p partial && mv NextCloudPi*.bz2 partial
+
# License
#
# This script is free software; you can redistribute it and/or modify it