Skip to content

Commit 890c30f

Browse files
author
enoch85
committed
typo
1 parent d70d33b commit 890c30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordpress_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ core config:
165165
extra-php: |
166166
define( 'WP_DEBUG', false );
167167
define( 'WP_CACHE_KEY_SALT', 'wpredis_' );
168-
define('WP_REDIS_MAXTTL', 9600);
169-
SSL_CREATE
168+
define( 'WP_REDIS_MAXTTL', 9600);
169+
YML_CREATE
170170

171171
# Install Wordpress
172172
wp core install --allow-root --url=http://$ADDRESS/wordpress/ --title=Wordpress --admin_user=$WPADMINUSER --admin_password=$WPADMINPASS [email protected] --skip-email

0 commit comments

Comments
 (0)