Fix debug script

This commit is contained in:
Aaron Dewes 2021-11-12 16:34:16 +00:00
parent 6a5902ab15
commit 209978e9a8

View File

@ -163,7 +163,7 @@ if [[ "${1}" == "--run" ]]; then
echo "${app}"
echo
# Double tail because we want 30 lines total not per container
./scripts/app compose $app logs --tail 30 | tail -n 30;
./scripts/app compose $app logs | tail -n 30;
done
fi
else