Check Docker is installed or not

This commit is contained in:
2025-01-02 09:52:52 +09:00
parent 3691d31e17
commit 4c99a1c8bd
3 changed files with 48 additions and 2 deletions
+4
View File
@@ -5,6 +5,10 @@ function generate_password() {
}
export -f generate_password
command_exists() {
command -v "$1" >/dev/null 2>&1
}
function save_credentials() {
local WP_PROJECT_DIR=$1
local DOMAIN=$2