From a1842bca41b88677133f34e81bd0d5a53c9bfb88 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Wed, 30 Jan 2019 16:17:48 -0700 Subject: nc-update-nc-apps-auto: log upgrades --- bin/ncp/CONFIG/nc-update-nc-apps-auto.sh | 4 +++- changelog.md | 6 ++++-- 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 -- cgit v1.2.3