Изменил(а) на 'setup_wordpress.sh'

This commit is contained in:
dimon 2022-04-10 06:01:30 +00:00
parent b60e29370b
commit bb821edf0a

View File

@ -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