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>2019-04-05 09:22:46 +0300
committernachoparker <nacho@ownyourbits.com>2019-04-05 09:47:25 +0300
commita6e33b104c1fa7b63d518e48501f9ccc9b25f7b7 (patch)
tree17afe20f3cfb19d4979f22dd6ccd6ca89f351b13 /update.sh
parentc775a46b3f1b85997ad62b23e5c60d5f6704c01f (diff)
update UPDATE config sectionv1.10.12
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 54f0b95a..58915658 100755
--- a/update.sh
+++ b/update.sh
@@ -174,7 +174,11 @@ EOF
# create UPDATES section
updates_dir=/usr/local/bin/ncp/UPDATES
mkdir -p "$updates_dir"
- mv /usr/local/bin/ncp/{SYSTEM/unattended-upgrades.sh,CONFIG/nc-autoupdate-nc.sh,CONFIG/nc-autoupdate-ncp.sh,CONFIG/nc-update-nc-apps-auto.sh} "$updates_dir"
+ (
+ mv /usr/local/bin/ncp/{SYSTEM/unattended-upgrades.sh,CONFIG/nc-autoupdate-nc.sh,CONFIG/nc-autoupdate-ncp.sh,CONFIG/nc-update-nc-apps-auto.sh} "$updates_dir" || true
+ mv /usr/local/bin/ncp/TOOLS/{nc-update-nc-apps,nc-update-nextcloud,nc-update}.sh "$updates_dir" || true
+ mv /usr/local/bin/ncp/CONFIG/nc-notify-updates.sh "$updates_dir" || true
+ ) &>/dev/null
# remove redundant opcache configuration. Leave until update bug is fixed -> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815968
# Bug #416 reappeared after we moved to php7.2 and debian buster packages. (keep last)