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:
parent
2332c15657
commit
d366330507
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue