mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Fix calling logged_server_setup
This commit is contained in:
parent
c8ebffefc8
commit
3f3eba9fde
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def main():
|
|||
|
||||
# Start actual server setup script with logging
|
||||
run(
|
||||
f"python3 -u -m advlabdb.scripts.setup.logged_server_setup | tee {log_file}",
|
||||
f"python3 -u /home/admin/advlabdb/advlabdb/scripts/setup/logged_server_setup.py | tee {log_file}",
|
||||
cwd=REPO_DIR,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue