mirror of
https://github.com/10h30/kazewp.git
synced 2026-05-12 15:21:20 +09:00
6 lines
123 B
Bash
6 lines
123 B
Bash
#!/bin/bash
|
|
|
|
#BASE_DIR="/home"
|
|
BASE_DIR="${SCRIPT_DIR}"
|
|
WORDPRESS_DIR="${BASE_DIR}/wordpress"
|
|
CADDY_DIR="${BASE_DIR}/caddy" |