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 '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"