Archived
1
0

🏗️」 wip: started secrets management

This commit is contained in:
2025-03-05 14:17:13 +01:00
parent 1538afbc7b
commit 0a3dff2e67
9 changed files with 99 additions and 44 deletions

View File

@ -1,6 +1,15 @@
#!/bin/sh
WP_DIR="/var/www/wordpress"
#WP_VERSION="6.7.2"
#if [ -f "$WP_DIR/index.php" ]; then
# echo "Already downloaded wordpress, skipping..."
#else
# echo "Downloading Wordpress ${WP_VERSION}"
# wp --allow-root core download --version=${WP_VERSION} --path=${WP_DIR}
#fi
if [ -f "${WP_DIR}/wp-config.php" ]; then
echo "Wordpress already configured, skipping installation"