From bb821edf0abeeb64023c2bc15eb47d3d14b1b652 Mon Sep 17 00:00:00 2001 From: dimon Date: Sun, 10 Apr 2022 06:01:30 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'setup=5Fwordpress.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_wordpress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_wordpress.sh b/setup_wordpress.sh index fcb8d47..f13fc35 100644 --- a/setup_wordpress.sh +++ b/setup_wordpress.sh @@ -34,7 +34,7 @@ sed -i "s/wordpress_db_name/$wordress_db/g" /opt/bitnami/wordpress/wp-config.php sed -i "s/wordpress_user/$wordpress_user/g" /opt/bitnami/wordpress/wp-config.php sed -i "s/wordress_pwd/$wordpress_pwd/g" /opt/bitnami/wordpress/wp-config.php sed -i "s/wordpress_host/$wordpress_host/g" /opt/bitnami/wordpress/wp-config.php -sed -i "s/wordpress_https/$wordpress_https/g" /opt/bitnami/wordpress/wp-config.php +sed -i "s|wordpress_https|$wordpress_https|g" /opt/bitnami/wordpress/wp-config.php # Configure wordpress permission chown -R www-data:www-data /opt/bitnami/wordpress