forked from michael.heier/citadel-core
Fix debug script
This commit is contained in:
parent
6a5902ab15
commit
209978e9a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user