mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not execute file on bootup. Let the final carp routine bring up the carp interfaces
This commit is contained in:
parent
bda04df32b
commit
26646fc55a
@ -413,9 +413,7 @@ function interfaces_carp_configure() {
|
||||
$carp_instances_counter++;
|
||||
}
|
||||
}
|
||||
mwexec("/bin/sh /tmp/carp.sh");
|
||||
sleep(1);
|
||||
mwexec("/bin/sh /tmp/carp.sh");
|
||||
//mwexec("/bin/sh /tmp/carp.sh");
|
||||
fclose($fd);
|
||||
if ($g['booting']) {
|
||||
unmute_kernel_msgs();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user