Fix status header
This commit is contained in:
parent
059968a8cf
commit
cb2d563ea0
2
abra
2
abra
@ -475,7 +475,7 @@ sub_app_list (){
|
||||
for i in "${!ENV_FILES[@]}"; do
|
||||
# Output header inside the loop, so it's included in the pipe to `column`
|
||||
if [ "$i" == 0 ]; then
|
||||
printf " DOMAIN\tAPP\tSERVER%s%s\n" "${STATUS:+ }" "${STATUS}"
|
||||
printf " DOMAIN\tAPP\tSERVER%s%s\n" "${STATUS:+ }" "${STATUS:+STATUS}"
|
||||
printf " --\t--\t--%s\n" "${STATUS:+ --}"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user