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:
Diffstat (limited to 'bin/ncp/CONFIG/nc-autoupdate-ncp.sh')
-rw-r--r--bin/ncp/CONFIG/nc-autoupdate-ncp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp/CONFIG/nc-autoupdate-ncp.sh b/bin/ncp/CONFIG/nc-autoupdate-ncp.sh
index 4fc6388c..decd3356 100644
--- a/bin/ncp/CONFIG/nc-autoupdate-ncp.sh
+++ b/bin/ncp/CONFIG/nc-autoupdate-ncp.sh
@@ -26,7 +26,7 @@ if /usr/local/bin/ncp-test-updates; then
-l "NextCloudPi was updated to \$( cat /usr/local/etc/ncp-version )"
fi
EOF
- chmod 644 /etc/cron.daily/ncp-autoupdate
+ chmod 755 /etc/cron.daily/ncp-autoupdate
echo "automatic NextCloudPi updates enabled"
}