aboutsummaryrefslogtreecommitdiffstats
path: root/api/actions/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/actions/env.py')
-rw-r--r--api/actions/env.py3
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()