File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 37
37
cleanup_volume_artifacts ,
38
38
docker_lvmpy_update ,
39
39
docker_lvmpy_install ,
40
+ ensure_filestorage_mapping ,
40
41
prepare_block_device
41
42
)
42
43
from node_cli .operations .skale_node import download_skale_node , sync_skale_node , update_images
@@ -182,6 +183,7 @@ def init_sync(env_filepath: str, env: str) -> bool:
182
183
env_filepath ,
183
184
env_type = env ['ENV_TYPE' ],
184
185
)
186
+ ensure_filestorage_mapping ()
185
187
link_env_file ()
186
188
download_contracts (env )
187
189
@@ -215,6 +217,7 @@ def update_sync(env_filepath: str, env: Dict) -> None:
215
217
if env .get ('SKIP_DOCKER_CONFIG' ) != 'True' :
216
218
configure_docker ()
217
219
220
+ ensure_filestorage_mapping ()
218
221
backup_old_contracts ()
219
222
download_contracts (env )
220
223
You can’t perform that action at this time.
0 commit comments