aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-26 17:09:36 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-26 17:09:53 +0200
commitc78e4f8005b8dc221190b1da736984f289225326 (patch)
tree0a788cbcf8626f01dddd98283b18a73562e27b62
parent71d0d82361ed52d135b2c3466ce466df286ea0db (diff)
downloadmknet-c78e4f8005b8dc221190b1da736984f289225326.tar.gz
mknet-c78e4f8005b8dc221190b1da736984f289225326.zip
Details
-rw-r--r--scenarios/fragments/garage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scenarios/fragments/garage.py b/scenarios/fragments/garage.py
index e19a09e..34aae30 100644
--- a/scenarios/fragments/garage.py
+++ b/scenarios/fragments/garage.py
@@ -109,6 +109,8 @@ bootstrap_peers = []
{to_toml(sect_admin)}
""")
+ if shared.id() == 1:
+ shared.exec(f"{version['path']} --version")
shared.exec(f"{version['path']} server 2>> {storage_path}/logs.stderr 1>> {storage_path}/logs.stdout & echo $! > {storage_path}/daemon.pid")
time.sleep(1)