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-05-21 16:45:44 +0300
committernachoparker <nacho@ownyourbits.com>2017-05-23 17:47:36 +0300
commitf77b769f644df7764d7677fe5e9d2b2927dc1a7b (patch)
treecc4de34c4c3f19eeb2ec522b621c4fa5e2d8fc2a /nextcloudpi.sh
parent0909fce6d36022a59cbe8e68bd2c5239b5beec82 (diff)
add nc-backup and nc-restorev0.10.0
Diffstat (limited to 'nextcloudpi.sh')
-rw-r--r--nextcloudpi.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index 9ce623f8..ee402952 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -15,9 +15,6 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-DBADMIN_=ncadmin
-DBPASSWD_=ownyourbits
-OPCACHEDIR=/var/www/nextcloud/data/.opcache
CONFDIR=/usr/local/etc/nextcloudpi-config.d/
APTINSTALL="apt-get install -y --no-install-recommends"