Skip to content

Commit f5d40d2

Browse files
committed
fix(ns-ha): ns-plug, handle push-reports
1 parent 6f4505a commit f5d40d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ns-ha/files/900-ns-plug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ set_restart_if_master
1010
set_stop_if_backup
1111

1212
if [ "$ACTION" == "NOTIFY_BACKUP" ]; then
13-
update_cron "disable" "send-heartbeat send-backup send-inventory"
13+
update_cron "disable" "send-heartbeat send-backup send-inventory" "ns-push-reports"
1414
elif [ "$ACTION" == "NOTIFY_MASTER" ]; then
15-
update_cron "enable" "send-heartbeat send-backup send-inventory"
15+
update_cron "enable" "send-heartbeat send-backup send-inventory" "ns-push-reports"
1616
fi
1717

1818
add_sync_file /etc/config/ns-plug

0 commit comments

Comments
 (0)