这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions plugins/checks/check-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ checks_check_deploy() {
dokku_log_info1 "Default container check successful!" && exit 0
fi

# ensure CHECKS file has trailing newline
if [[ "$(tail -c1 "$FILENAME")" != "" ]]; then
echo "" >> "$FILENAME"
fi

# Reads name/value pairs, sets the WAIT and TIMEOUT variables
exec < "$FILENAME"
local LINE
Expand Down
2 changes: 1 addition & 1 deletion tests/apps/nodejs-express/CHECKS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/ nodejs/express
/ nodejs/express