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 'etc/ncp-config.d/nc-autoupdate-nc.sh')
-rw-r--r--etc/ncp-config.d/nc-autoupdate-nc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ncp-config.d/nc-autoupdate-nc.sh b/etc/ncp-config.d/nc-autoupdate-nc.sh
index 11ac884c..11636d02 100644
--- a/etc/ncp-config.d/nc-autoupdate-nc.sh
+++ b/etc/ncp-config.d/nc-autoupdate-nc.sh
@@ -26,7 +26,7 @@ configure()
if /usr/local/bin/ncp-update-nc "$VERSION"; then
VER="\$( sudo -u www-data php /var/www/nextcloud/occ status | grep "version:" | awk '{ print \$3 }' )"
sudo -u www-data php /var/www/nextcloud/occ notification:generate \
- "$NOTIFYUSER_" "NextCloudPlus" -l "Nextcloud was updated to \$VER"
+ "$NOTIFYUSER_" "NextCloudPi" -l "Nextcloud was updated to \$VER"
fi
EOF
chmod a+x /etc/cron.daily/ncp-autoupdate-nc