From 3bc7e9fc091f6fe37b84ca3f2e9861ade5b66525 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 30 Aug 2024 20:08:31 +0800 Subject: [PATCH] Optimized Shell SCript --- scripts/dbPreparation.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/dbPreparation.sh b/scripts/dbPreparation.sh index 40b5435..b3aab3f 100644 --- a/scripts/dbPreparation.sh +++ b/scripts/dbPreparation.sh @@ -68,7 +68,7 @@ echo "Creating WordPress database and user with the new root password..." mysql -u root -p"$new_root_password" <