diff options
Diffstat (limited to 'api/actions')
-rw-r--r-- | api/actions/env.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/actions/env.py b/api/actions/env.py index 9e53dde4d..78f9b72ed 100644 --- a/api/actions/env.py +++ b/api/actions/env.py @@ -191,6 +191,9 @@ def _prepare_env_daemon(): _append_external_network(rc_file) + # update the external_network + _source_file(rc_file) + _load_images() |