diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-26 17:09:36 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-26 17:09:53 +0200 |
commit | c78e4f8005b8dc221190b1da736984f289225326 (patch) | |
tree | 0a788cbcf8626f01dddd98283b18a73562e27b62 /scenarios/fragments | |
parent | 71d0d82361ed52d135b2c3466ce466df286ea0db (diff) | |
download | mknet-c78e4f8005b8dc221190b1da736984f289225326.tar.gz mknet-c78e4f8005b8dc221190b1da736984f289225326.zip |
Details
Diffstat (limited to 'scenarios/fragments')
-rw-r--r-- | scenarios/fragments/garage.py | 2 |
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) |