Fix another output escape
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user