File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ncc app:update --all -n
2828echo "\$ OUT" >> /var/log/ncp.log
2929
3030APPS=\$ ( echo "\$ OUT" | grep 'updated\$ ' | awk '{ print \$ 1 }')
31- ncc notification:generate "$USER " "Apps updated" -l "\$ APPS"
31+ [[ " \$ APPS" != "" ]] && ncc notification:generate "$USER " "Apps updated" -l "\$ APPS"
3232EOF
3333 chmod 755 " $cronfile "
3434 echo " automatic app updates enabled"
Original file line number Diff line number Diff line change 11
2- [ v1.10.3] ( https://github.com/nextcloud/nextcloudpi/commit/925cf31 ) (2019-03-18) nc-update-nc: fix case where imported cfg from non docker to docker
2+ [ v1.10.4] ( https://github.com/nextcloud/nextcloudpi/commit/5675383 ) (2019-03-18) nc-update-nc-apps-auto: only notify if there was update
3+
4+ [ v1.10.3] ( https://github.com/nextcloud/nextcloudpi/commit/4b6572a ) (2019-03-18) nc-update-nc: fix case where imported cfg from non docker to docker
35
46[ v1.10.2 ] ( https://github.com/nextcloud/nextcloudpi/commit/ec66e40 ) (2019-03-16) freeDNS: fix hash
57
You can’t perform that action at this time.
0 commit comments