Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

disable updatenotification app #80

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions v20.04/overlay/etc/owncloud.d/40-qnap-config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
echo "Setting qnap specific settings..."
occ config:system:set updatechecker --type boolean --value=false
occ app:disable updatenotification
occ config:app:set --value true core umgmt_show_is_enabled
occ config:app:set --value true core umgmt_show_last_login
occ config:system:set grace_period.demo_key.show_popup --type=boolean --value=false
Expand Down