diff options
-rw-r--r-- | scripts/vyatta-wanloadbalance.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-wanloadbalance.pl b/scripts/vyatta-wanloadbalance.pl index 354c59c..ef8165f 100644 --- a/scripts/vyatta-wanloadbalance.pl +++ b/scripts/vyatta-wanloadbalance.pl @@ -326,6 +326,7 @@ if (defined $nexthop) { } #open file +`touch $conf_file`; #creates file on first access open(FILE, "<$conf_file") or die "Can't open wlb config file"; open(FILE_LCK, "+>$conf_lck_file") or die "Can't open wlb lock file"; |