1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00

Fix up debug output

This commit is contained in:
Shane Kilkelly 2020-06-16 10:04:11 +01:00
parent 2332c15657
commit d366330507

View file

@ -16,9 +16,9 @@ function __main__() {
)
if [[ "${RC_DEBUG:-null}" != "null" ]]; then
echo ">>>>VARS>>>>"
echo ">>>>>>VARS>>>>>>"
echo "$(set -o posix; set | grep ^RC_)"
echo "<<<<<<<<<<<<"
echo "<<<<<<<<<<<<<<<<"
fi
# Select which docker-compose files to load
@ -42,8 +42,9 @@ function __main__() {
if [[ "${RC_DEBUG:-null}" != "null" ]]; then
echo ">>>>COMPOSE-ARGS>>>>"
echo $project_name
echo ${compose_file_flags[@]}
echo "-p $project_name"
echo "${compose_file_flags[@]}"
echo "$@"
echo "<<<<<<<<<<<<<<<<<<<<"
fi