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:
authorLeandro Lucarella <luca@llucax.com>2021-01-19 11:24:40 +0300
committernachoparker <nacho@ownyourbits.com>2021-01-20 16:54:05 +0300
commit7d15924c8ca1b148876bb12ebf3155507f59b8fc (patch)
treeb3f20c4e97a2ff35cc84542864485ccfdc4257bc
parentb1a9617a1eea098fa9aeea92cbf875e20d788900 (diff)
nc-autoupdate-ncp: Append to log instead of replacev1.34.9
Signed-off-by: Leandro Lucarella <luca@llucax.com>
-rw-r--r--bin/ncp/UPDATES/nc-autoupdate-ncp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp/UPDATES/nc-autoupdate-ncp.sh b/bin/ncp/UPDATES/nc-autoupdate-ncp.sh
index 69d3e331..fd205d4c 100644
--- a/bin/ncp/UPDATES/nc-autoupdate-ncp.sh
+++ b/bin/ncp/UPDATES/nc-autoupdate-ncp.sh
@@ -21,7 +21,7 @@ configure()
#!/bin/bash
source /usr/local/etc/library.sh
# Forward all output to the ncp log
-exec > /var/log/ncp.log 2>&1
+exec >> /var/log/ncp.log 2>&1
echo "\$(date) - Running \$0..."
if /usr/local/bin/ncp-test-updates; then
/usr/local/bin/ncp-update || exit 1