From 39a234bcbc20c0640dd90d4b46e1bafd6e8b318c Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Thu, 21 Aug 2025 19:33:48 +0000 Subject: [PATCH] Fix escapes --- installer.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer.sh b/installer.sh index 9d8a032..ebb9827 100755 --- a/installer.sh +++ b/installer.sh @@ -127,10 +127,10 @@ cat >> "$LSETTINGS" < 'RedisBagOStuff', -\ 'servers' => ['127.0.0.1:6379'], -\ 'persistent' => false, -\]; + 'class' => 'RedisBagOStuff', + 'servers' => ['127.0.0.1:6379'], + 'persistent' => false, +]; \$wgMainCacheType = 'redis'; \$wgSessionCacheType = 'redis';