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
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-18 15:06:44 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-18 15:12:13 +0300
commit676776f4e68bc75dc38088f24dc9a5b9b4593b90 (patch)
tree076bc88619fca5f02a89556b25ca83f4c5810efe /etc
parent57852ad2096eb5f4cacd09b3b2a422717c7fc32b (diff)
update to NC 13.0.4v0.57.0
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-autoupdate-nc.sh4
-rw-r--r--etc/ncp-config.d/nc-nextcloud.sh2
-rw-r--r--etc/ncp-config.d/nc-update-nextcloud.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/etc/ncp-config.d/nc-autoupdate-nc.sh b/etc/ncp-config.d/nc-autoupdate-nc.sh
index 11636d02..2a63c5c8 100644
--- a/etc/ncp-config.d/nc-autoupdate-nc.sh
+++ b/etc/ncp-config.d/nc-autoupdate-nc.sh
@@ -11,11 +11,11 @@
ACTIVE_=no
NOTIFYUSER_=ncp
DESCRIPTION="Automatically apply Nextcloud updates"
-VERSION=13.0.2
+VERSION=13.0.4
configure()
{
- [[ $ACTIVE_ != "yes" ]] && {
+ [[ "$ACTIVE_" != "yes" ]] && {
rm /etc/cron.daily/ncp-autoupdate-nc
echo "automatic Nextcloud updates disabled"
return 0
diff --git a/etc/ncp-config.d/nc-nextcloud.sh b/etc/ncp-config.d/nc-nextcloud.sh
index ca9eb7b1..9b3a11fd 100644
--- a/etc/ncp-config.d/nc-nextcloud.sh
+++ b/etc/ncp-config.d/nc-nextcloud.sh
@@ -8,7 +8,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-VER_=13.0.2
+VER_=13.0.4
BETA_=no
MAXFILESIZE_=2G
MEMORYLIMIT_=768M
diff --git a/etc/ncp-config.d/nc-update-nextcloud.sh b/etc/ncp-config.d/nc-update-nextcloud.sh
index ca49afad..fa277ffa 100644
--- a/etc/ncp-config.d/nc-update-nextcloud.sh
+++ b/etc/ncp-config.d/nc-update-nextcloud.sh
@@ -8,7 +8,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-VERSION_=13.0.2
+VERSION_=13.0.4
DESCRIPTION="Update current instance to a new Nextcloud version"
configure()