From a92a03ea56caab811b66d5cb6ead3719c11adbf2 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 5 Oct 2023 12:21:31 +0100 Subject: [PATCH] Remove auto set Hale theme --- opt/scripts/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/scripts/config.sh b/opt/scripts/config.sh index 80a1c150..d619d2f1 100644 --- a/opt/scripts/config.sh +++ b/opt/scripts/config.sh @@ -33,7 +33,7 @@ wp core update-db --network --url="${SERVER_NAME}" # Setup Hale theme wp theme enable hale --network --url="${SERVER_NAME}" -wp theme enable hale --activate --url="$SERVER_NAME" +#wp theme enable hale --activate --url="$SERVER_NAME" # Check plugins are activated #wp plugin --network activate advanced-custom-fields-pro --url="${SERVER_NAME}"