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-14 19:18:58 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-28 18:43:54 +0300
commitc33cabc537f07ebdcecea561287d02aae51388f5 (patch)
treef64ee24900274a56320837753841fb91953b7be2 /batch.sh
parentf2f0687104627a6edd8f0b2a91f5988b28e8244d (diff)
nc-init as a nextcloudpi-config optionv0.14.0
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/batch.sh b/batch.sh
index fab79d71..6873deac 100755
--- a/batch.sh
+++ b/batch.sh
@@ -13,7 +13,7 @@ source etc/library.sh # initializes $IMGNAME
IP=$1 # First argument is the QEMU Raspbian IP address
NC_INSTALL=etc/nextcloudpi-config.d/nc-nextcloud.sh
-NC_CONFIG=etc/nc-init.sh
+NC_CONFIG=etc/nextcloudpi-config.d/nc-init.sh
IMGBASE="NextCloudPi_$( date "+%m-%d-%y" )_base.img"