Merge pull request #6150 from dokku/fix-tmp-file-cleanup

Correct issue where temp file cleanup fails deploy
This commit is contained in:
Jose Diaz-Gonzalez
2023-08-26 17:06:08 -04:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ trigger-scheduler-docker-local-check-deploy() {
checks_check_deploy_cleanup() {
declare desc="print container output"
declare CID="$1" TMP_FILE="$1"
declare CID="$1" TMP_FILE="$2"
if [[ $CID ]]; then
dokku_log_info2_quiet "Start of $APP container output ($DOKKU_APP_CONTAINER_TYPE.$CONTAINER_INDEX)"