File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ require_once("util.inc");
38
38
require_once ("system.inc " );
39
39
require_once ("interfaces.inc " );
40
40
41
- // Do not process while booting
41
+ $ argument = isset ($ argv [1 ]) ? trim ($ argv [1 ]) : '' ;
42
+
42
43
if (file_exists ('/var/run/booting ' )) {
43
44
log_error ("IP renewal ignored during boot on ' {$ argument }' " );
44
45
return ;
45
46
}
46
47
47
- $ argument = isset ($ argv [1 ]) ? trim ($ argv [1 ]) : '' ;
48
-
49
48
log_error ("IP renewal is starting on ' {$ argument }' " );
50
49
51
50
if (empty ($ argument )) {
Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ require_once("util.inc");
38
38
require_once ("system.inc " );
39
39
require_once ("interfaces.inc " );
40
40
41
- // Do not process while booting
41
+ $ argument = isset ($ argv [1 ]) ? trim ($ argv [1 ]) : '' ;
42
+
42
43
if (file_exists ('/var/run/booting ' )) {
43
44
log_error ("IP renewal ignored during boot on ' {$ argument }' " );
44
45
return ;
45
46
}
46
47
47
- $ argument = isset ($ argv [1 ]) ? trim ($ argv [1 ]) : '' ;
48
-
49
48
log_error ("IP renewal is starting on ' {$ argument }' " );
50
49
51
50
if (empty ($ argument )) {
You can’t perform that action at this time.
0 commit comments