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
parentc775a46b3f1b85997ad62b23e5c60d5f6704c01f (diff)
update UPDATE config sectionv1.10.12
-rw-r--r--bin/ncp/UPDATES/nc-notify-updates.sh (renamed from bin/ncp/CONFIG/nc-notify-updates.sh)0
-rw-r--r--bin/ncp/UPDATES/nc-update-nc-apps.sh (renamed from bin/ncp/TOOLS/nc-update-nc-apps.sh)0
-rw-r--r--bin/ncp/UPDATES/nc-update-nextcloud.sh (renamed from bin/ncp/TOOLS/nc-update-nextcloud.sh)0
-rw-r--r--bin/ncp/UPDATES/nc-update.sh (renamed from bin/ncp/TOOLS/nc-update.sh)0
-rwxr-xr-xupdate.sh6
5 files changed, 5 insertions, 1 deletions
diff --git a/bin/ncp/CONFIG/nc-notify-updates.sh b/bin/ncp/UPDATES/nc-notify-updates.sh
index 08dd86ae..08dd86ae 100644
--- a/bin/ncp/CONFIG/nc-notify-updates.sh
+++ b/bin/ncp/UPDATES/nc-notify-updates.sh
diff --git a/bin/ncp/TOOLS/nc-update-nc-apps.sh b/bin/ncp/UPDATES/nc-update-nc-apps.sh
index 01a64aa5..01a64aa5 100644
--- a/bin/ncp/TOOLS/nc-update-nc-apps.sh
+++ b/bin/ncp/UPDATES/nc-update-nc-apps.sh
diff --git a/bin/ncp/TOOLS/nc-update-nextcloud.sh b/bin/ncp/UPDATES/nc-update-nextcloud.sh
index a32eaa08..a32eaa08 100644
--- a/bin/ncp/TOOLS/nc-update-nextcloud.sh
+++ b/bin/ncp/UPDATES/nc-update-nextcloud.sh
diff --git a/bin/ncp/TOOLS/nc-update.sh b/bin/ncp/UPDATES/nc-update.sh
index 7394c833..7394c833 100644
--- a/bin/ncp/TOOLS/nc-update.sh
+++ b/bin/ncp/UPDATES/nc-update.sh
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)