Specify target, move envvars to file, improve mocking

This commit is contained in:
flowgunso
2024-06-07 15:29:44 +02:00
parent 8e01d6758e
commit 18b78a981f
5 changed files with 51 additions and 32 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
until curl --output /dev/null --silent --head --fail http://seafile-${TARGET}; do
printf '.'
sleep 5
done