build__common: bugfix wrong substitution

This commit is contained in:
pedro 2024-03-15 09:44:04 +01:00
parent ff18ceae0d
commit 7023d95f1b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ common_end() {
if [ "${action:-}" = "deploy" ]; then
docker compose -p ${target} -f ${dc_file} up ${detach:-}
wait_seconds="${wait_seconds:0}"
wait_seconds="${wait_seconds:-0}"
echo "Give ${wait_seconds} seconds to this new deployment to be setted up"
sleep "${wait_seconds}"
fi