force sync

This commit is contained in:
Zsolt Ero
2024-07-23 18:40:03 +02:00
parent 0aef97139e
commit d001c1e3a4
3 changed files with 6 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ def prepare_http_host(c):
def run_http_host_sync(c):
sudo_cmd(c, f'{VENV_BIN}/python -u {HTTP_HOST_BIN}/host_manager.py sync')
sudo_cmd(c, f'{VENV_BIN}/python -u {HTTP_HOST_BIN}/host_manager.py sync --force')
def upload_http_host_files(c):