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/bin
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2020-08-29 03:23:23 +0300
committernachoparker <nacho@ownyourbits.com>2020-08-29 18:05:40 +0300
commit3cf269a305082fde9989df6c485132a2d5bb98e1 (patch)
treea2686c3551358e538e809dff20b8a241b648f506 /bin
parent4c5b207bbdec9385c58173f1f80a8822f75e7bd6 (diff)
upgrade to NC19.0.2v1.29.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ncp-update-nc1
-rw-r--r--bin/ncp/BACKUPS/nc-import-ncp.sh2
-rw-r--r--bin/ncp/CONFIG/nc-nextcloud.sh1
3 files changed, 3 insertions, 1 deletions
diff --git a/bin/ncp-update-nc b/bin/ncp-update-nc
index de09bd39..1e88428f 100755
--- a/bin/ncp-update-nc
+++ b/bin/ncp-update-nc
@@ -181,6 +181,7 @@ find nextcloud/ -type f -exec chmod 640 {} \;
echo "Upgrade..."
sudo -u www-data php nextcloud/occ upgrade # && false # test point
sudo -u www-data php nextcloud/occ db:add-missing-indices
+sudo -u www-data php nextcloud/occ db:add-missing-columns
# done
####################
diff --git a/bin/ncp/BACKUPS/nc-import-ncp.sh b/bin/ncp/BACKUPS/nc-import-ncp.sh
index 7c83da24..823e2703 100644
--- a/bin/ncp/BACKUPS/nc-import-ncp.sh
+++ b/bin/ncp/BACKUPS/nc-import-ncp.sh
@@ -11,7 +11,7 @@
CFGDIR="/usr/local/etc/ncp-config.d"
-configure()
+configure()
{
[[ -f "$FILE" ]] || { echo "export file $FILE does not exist"; return 1; }
diff --git a/bin/ncp/CONFIG/nc-nextcloud.sh b/bin/ncp/CONFIG/nc-nextcloud.sh
index c572498f..fb1205bb 100644
--- a/bin/ncp/CONFIG/nc-nextcloud.sh
+++ b/bin/ncp/CONFIG/nc-nextcloud.sh
@@ -27,6 +27,7 @@ install()
$APTINSTALL -t $RELEASE php-smbclient exfat-fuse exfat-utils # for external storage
$APTINSTALL -t $RELEASE php${PHPVER}-exif # for gallery
$APTINSTALL -t $RELEASE php${PHPVER}-gmp # for bookmarks
+ $APTINSTALL -t $RELEASE php-bcmath # for LDAP
#$APTINSTALL -t imagemagick php${PHPVER}-imagick ghostscript # for gallery