aboutsummaryrefslogtreecommitdiff
path: root/scenarios/fragments/garage.py
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/fragments/garage.py')
-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)