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-01-31 02:17:48 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-31 02:19:36 +0300
commita1842bca41b88677133f34e81bd0d5a53c9bfb88 (patch)
tree6b6f88a10943cb7070d62ba85153362269e4d7b1
parent8ca3535a01bd0cd47863d174d1eb8c834086f663 (diff)
nc-update-nc-apps-auto: log upgradesv1.5.1
-rw-r--r--bin/ncp/CONFIG/nc-update-nc-apps-auto.sh4
-rw-r--r--changelog.md6
2 files changed, 7 insertions, 3 deletions
diff --git a/bin/ncp/CONFIG/nc-update-nc-apps-auto.sh b/bin/ncp/CONFIG/nc-update-nc-apps-auto.sh
index c722691c..6dd6064a 100644
--- a/bin/ncp/CONFIG/nc-update-nc-apps-auto.sh
+++ b/bin/ncp/CONFIG/nc-update-nc-apps-auto.sh
@@ -20,7 +20,9 @@ configure()
cat > "$cronfile" <<'EOF'
#!/bin/bash
-ncc app:update --all -n
+echo "[ nc-update-nc-apps-auto ]" >> /var/log/ncp.log
+echo "checking for updates..." >> /var/log/ncp.log
+ncc app:update --all -n >> /var/log/ncp.log
EOF
chmod 755 "$cronfile"
echo "automatic app updates enabled"
diff --git a/changelog.md b/changelog.md
index ed445cec..051fda9f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v1.5.0](https://github.com/nextcloud/nextcloudpi/commit/330efa0) (2019-01-30) added nc-update-nc-apps and nc-update-nc-apps-auto
+[v1.5.1](https://github.com/nextcloud/nextcloudpi/commit/975dbee) (2019-01-30) nc-update-nc-apps-auto: log upgrades
-[v1.4.11](https://github.com/nextcloud/nextcloudpi/commit/6331ce5) (2019-01-28) update: make letsencrypt update more resiliant (2)
+[v1.5.0](https://github.com/nextcloud/nextcloudpi/commit/8ca3535) (2019-01-30) added nc-update-nc-apps and nc-update-nc-apps-auto
+
+[v1.4.11 ](https://github.com/nextcloud/nextcloudpi/commit/6331ce5) (2019-01-28) update: make letsencrypt update more resiliant (2)
[v1.4.10 ](https://github.com/nextcloud/nextcloudpi/commit/55121d4) (2019-01-27) update: make letsencrypt update more resiliant