mirror of
https://github.com/10h30/kazewp.git
synced 2026-05-12 15:21:20 +09:00
Check Docker is installed or not
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user