Fix escapes

This commit is contained in:
2025-08-21 19:33:48 +00:00
parent 0867f5f6af
commit 39a234bcbc

View File

@ -127,10 +127,10 @@ cat >> "$LSETTINGS" <<EOF
# Enable Redis caching # Enable Redis caching
\$wgObjectCaches['redis'] = [ \$wgObjectCaches['redis'] = [
\ 'class' => 'RedisBagOStuff', 'class' => 'RedisBagOStuff',
\ 'servers' => ['127.0.0.1:6379'], 'servers' => ['127.0.0.1:6379'],
\ 'persistent' => false, 'persistent' => false,
\]; ];
\$wgMainCacheType = 'redis'; \$wgMainCacheType = 'redis';
\$wgSessionCacheType = 'redis'; \$wgSessionCacheType = 'redis';