Use indent of 4 spaces

This commit is contained in:
Aleksandar Puharic 2023-03-17 19:43:44 +01:00
parent a8f2aadab2
commit e2ed315ff2
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB
2 changed files with 100 additions and 100 deletions
rootfs/etc/cont-init.d

@ -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