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:
Diffstat (limited to 'build-SD-rpi.sh')
-rwxr-xr-xbuild-SD-rpi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-SD-rpi.sh b/build-SD-rpi.sh
index 9fb0155a..09751f73 100755
--- a/build-SD-rpi.sh
+++ b/build-SD-rpi.sh
@@ -11,7 +11,7 @@
set -e
source buildlib.sh
-IP=192.168.0.145 # For QEMU automated testing
+IP=${1:-192.168.0.145} # For QEMU automated testing
SIZE=3G # Raspbian image size
#CLEAN=1 # Pass this envvar to clean download cache
IMG="NextCloudPi_RPi_$( date "+%m-%d-%y" ).img"