From 7c90de611ee72a0d0bc2d0d04fbfc100d0d63817 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Thu, 29 May 2025 20:57:12 +0000 Subject: [PATCH] Update test.sh --- test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test.sh b/test.sh index 4109dc1..d67c35d 100644 --- a/test.sh +++ b/test.sh @@ -4,7 +4,6 @@ DB_NAME="wordpress" DB_USER="wordpressuser" DB_PASSWORD="Change-me123@!" -DB_ROOT_PASSWORD="RootSecure123!@#" # ====== Update & Install Packages ====== apt update && apt upgrade -y