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-08-08 12:02:57 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commitfc4ea8a62379d2782b9fce349116c728cf16dde9 (patch)
treef2961488d1d7e204e70af2adb4e9187a8bb73f56
parent4ecfccb225f215efe3335353b5185e5b904dc5af (diff)
update to nextcloud 12.0.1v0.19.0
-rw-r--r--etc/nextcloudpi-config.d/nc-nextcloud.sh2
-rw-r--r--etc/nextcloudpi-config.d/samba.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/nextcloudpi-config.d/nc-nextcloud.sh b/etc/nextcloudpi-config.d/nc-nextcloud.sh
index f35d165b..ddae8f61 100644
--- a/etc/nextcloudpi-config.d/nc-nextcloud.sh
+++ b/etc/nextcloudpi-config.d/nc-nextcloud.sh
@@ -15,7 +15,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-VER_=12.0.0
+VER_=12.0.1
MAXFILESIZE_=2G
MEMORYLIMIT_=768M
MAXTRANSFERTIME_=3600
diff --git a/etc/nextcloudpi-config.d/samba.sh b/etc/nextcloudpi-config.d/samba.sh
index 5e9e8d23..d14939a6 100644
--- a/etc/nextcloudpi-config.d/samba.sh
+++ b/etc/nextcloudpi-config.d/samba.sh
@@ -50,7 +50,7 @@ configure()
################################
[ -d "$DIR_" ] || { echo -e "INFO: directory $DIR_ does not exist. Creating"; mkdir -p "$DIR_"; }
[[ $( stat -fc%d / ) == $( stat -fc%d $DIR_ ) ]] && \
- echo -e "INFO: mounting a in the SD card\nIf you want to use an external mount, make sure it is properly set up"
+ echo -e "INFO: working in the SD card\nIf you want to use an external mount, make sure it is properly set up"
# CONFIG
################################