docker code conversions

This commit is contained in:
2024-07-27 18:16:59 -05:00
parent 5afb76db3f
commit 812266b26c
5 changed files with 43 additions and 287 deletions

View File

@@ -403,4 +403,7 @@ diagnostics() {
systemctl status haproxy -l --no-pager | log
logfile='octodocker_deploy.log'
main_menu
}
}
command_exists() { command -v "$@" > /dev/null 2>&1 }
join_by() { local IFS="$1"; shift; echo "$*"; }