update seafile install script and add warning global param
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mathieu Broillet 2023-06-23 11:48:01 +02:00
parent 3f1155393b
commit 9492a1d087
No known key found for this signature in database
GPG Key ID: 7D4F25BC50A0AA32

View File

@ -138,7 +138,8 @@ def run_steps(linux_machine: LinuxMachine, steps: dict):
f"skipping...")
continue
logging.info(f"Running step {index + 1}/{len(steps)} for LXC {linux_machine.id}...")
logging.info(
f"Running step {index + 1}/{len(steps)} for LXC {linux_machine.id}...\n {step['warning'] if 'warning' in step else ''}")
# Run command step
match step['type']: