Skip to content

Commit

Permalink
save partials in folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Jun 29, 2017
1 parent 88bf2c7 commit ce003aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ 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

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
Expand Down

0 comments on commit ce003aa

Please sign in to comment.