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>2018-06-20 21:08:12 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-21 13:33:13 +0300
commita0a31b4b9679c1e455254d514219ab69e0c543c2 (patch)
treeb9a569d26343ef8ae4a39f9e2b97e75f79593ae7 /build-SD-armbian.sh
parentde5d9fb86ec0c6a5482a51e8dc865011d4e15f46 (diff)
ncp-web: fix JS docker detectionv0.57.10
Diffstat (limited to 'build-SD-armbian.sh')
-rwxr-xr-xbuild-SD-armbian.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-SD-armbian.sh b/build-SD-armbian.sh
index 967a7aa6..6e9fc322 100755
--- a/build-SD-armbian.sh
+++ b/build-SD-armbian.sh
@@ -51,9 +51,8 @@ CONF="config-$BOARD".conf
# build
armbian/compile.sh docker
-mv armbian/output/images/Armbian*.img "$IMG"
-
# pack image
+mv armbian/output/images/Armbian*.img "$IMG"
TAR=output/"$( basename "$IMG" .img ).tar.bz2"
pack_image "$IMG" "$TAR"