Project

General

Profile

« Previous | Next » 

Revision 3614c7da

Added by Luiz Souza over 7 years ago

Force the configuration reload after the initial interface assignment.

Also, always save the assign_complete status.

View differences:

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

  
src/etc/rc.bootup
155 155
		system("/sbin/shutdown -h now");
156 156
		exit(0);
157 157
	}
158
	reload_interfaces_sync();
158 159
	led_kitt();
159 160
}
160 161

  

Also available in: Unified diff