Revision 3614c7da
Added by Luiz Souza over 7 years ago
src/etc/inc/config.console.inc | ||
---|---|---|
380 | 380 |
|
381 | 381 |
fclose($fp); |
382 | 382 |
|
383 |
if (platform_booting()) { |
|
384 |
return (0); |
|
385 |
} |
|
386 |
|
|
387 | 383 |
echo gettext("One moment while the settings are reloading..."); |
388 | 384 |
touch("{$g['tmp_path']}/assign_complete"); |
389 | 385 |
|
Also available in: Unified diff
Force the configuration reload after the initial interface assignment.
Also, always save the assign_complete status.