diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-27 19:26:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-27 19:26:39 +0000 |
commit | 76612f46259bdcdaa526b4546b39c7d64d406450 (patch) | |
tree | 01f6eb75c6d041f87c155208e8b0d978c2980f6f /etc/inc | |
parent | ec9f26f2a6519520a12138ee2b36f2081d40a95b (diff) | |
download | pfsense-76612f46259bdcdaa526b4546b39c7d64d406450.zip pfsense-76612f46259bdcdaa526b4546b39c7d64d406450.tar.gz |
Loop assign interfaces option until the user gets the correct configuraiton.
Ticket #749
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/config.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 7bc543d..f5ce7c3 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1141,6 +1141,8 @@ EOD; reload_all_sync(); echo " done!\n"; + + touch("{$g['tmp_path']}/assign_complete"); } } |