diff options
Diffstat (limited to 'scripts/keepalived/vyatta-show-vrrp.pl')
-rwxr-xr-x | scripts/keepalived/vyatta-show-vrrp.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/keepalived/vyatta-show-vrrp.pl b/scripts/keepalived/vyatta-show-vrrp.pl index 4910e092..98fb376e 100755 --- a/scripts/keepalived/vyatta-show-vrrp.pl +++ b/scripts/keepalived/vyatta-show-vrrp.pl @@ -151,6 +151,7 @@ sub get_master_info { $master_ip = $1; } else { $master_ip = "unknown"; + system("mv $master_file /tmp"); } my $priority = `grep vrrp.prio $master_file`; |