Use indent of 4 spaces

This commit is contained in:
2023-03-17 19:43:44 +01:00
parent a8f2aadab2
commit e2ed315ff2
2 changed files with 100 additions and 100 deletions

View File

@@ -17,7 +17,7 @@ function scriptExitHandler() {
} }
function reportUnhealthy() { function reportUnhealthy() {
echo "${1:?REASON is required}" > "/tmp/.wp-unhealthy" echo "${1:?REASON is required}" >"/tmp/.wp-unhealthy"
} }
# Main function # Main function