From 71c5821b2b701623e7d8a11dc7eec31198e47ea3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 20 Nov 2005 03:06:44 +0000 Subject: Give the user feedback that we are reloading the settings after reassigning interfaces --- etc/inc/config.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 1c970ff..9ab7b0d 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1114,8 +1114,12 @@ EOD; if($g['booting']) return; + echo "One moment while we reloading the settings..."; + /* resync everything */ reload_all_sync(); + + echo " done!"; } } -- cgit v1.1