Skip to content

Commit 79ba1f0

Browse files
fix(ns-api): ns.ha, fix rsync script path
1 parent 1a5667c commit 79ba1f0

File tree

1 file changed

+1
-1
lines changed
  • packages/ns-api/files

1 file changed

+1
-1
lines changed

packages/ns-api/files/ns.ha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def setup(role, lan_interface, ha_interface, virtual_ip, ha_main_ipaddress, ha_s
107107

108108
u.set('keepalived', 'ha_sync', 'vrrp_script')
109109
u.set('keepalived', 'ha_sync', 'name', 'ha_sync')
110-
u.set('keepalived', 'ha_sync', 'script', '/etc/keepalived/scripts/ns-rsync.sh')
110+
u.set('keepalived', 'ha_sync', 'script', '/usr/libexec/ns-rsync.sh')
111111
u.set('keepalived', 'ha_sync', 'interval', '60')
112112
u.set('keepalived', 'ha_sync', 'weight', '100')
113113

0 commit comments

Comments
 (0)