Fix another output escape

This commit is contained in:
2025-08-21 19:54:33 +00:00
parent 76c88940de
commit 56e0c82315

View File

@ -120,7 +120,7 @@ echo "[*] Applying additional configuration..."
cat >> "$LSETTINGS" <<EOF
# Enable Pretty URLs
\$wgArticlePath = "/wiki/$1";
\$wgArticlePath = "/wiki/\$1";
# Enable file uploads
\$wgEnableUploads = true;