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-12 23:52:14 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-12 23:55:15 +0300
commit2a90a83ad2fd28277f678ef530aed44dc3344deb (patch)
tree6da7c243224df7dd2d97a57872a087aef76e547f /installer.sh
parent1357ed7240f47abbdce45c4fbd6673b2669afa3a (diff)
QEMU docker ARM environment
Diffstat (limited to 'installer.sh')
-rwxr-xr-xinstaller.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh b/installer.sh
index 06a32cde..d6f2c06c 100755
--- a/installer.sh
+++ b/installer.sh
@@ -38,7 +38,7 @@ IMGFILE=$3 # Third argument is the image file to start from ( empty
source etc/library.sh # initializes $IMGNAME
-config $INSTALL_SCRIPT || exit 1
+config $INSTALL_SCRIPT || exit 1 # Initializes $INSTALLATION_CODE
if [[ "$IMGFILE" != "" ]]; then
launch_install_qemu "$IMGFILE" $IP || { sudo killall qemu-system-arm; exit 1; } # initializes $IMGOUT