Specify target, move envvars to file, improve mocking
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
until curl --output /dev/null --silent --head --fail http://seafile-${TARGET}; do
|
||||
printf '.'
|
||||
sleep 5
|
||||
done
|
||||
Reference in New Issue
Block a user