Fix another output escape
This commit is contained in:
@ -120,7 +120,7 @@ echo "[*] Applying additional configuration..."
|
|||||||
cat >> "$LSETTINGS" <<EOF
|
cat >> "$LSETTINGS" <<EOF
|
||||||
|
|
||||||
# Enable Pretty URLs
|
# Enable Pretty URLs
|
||||||
\$wgArticlePath = "/wiki/$1";
|
\$wgArticlePath = "/wiki/\$1";
|
||||||
|
|
||||||
# Enable file uploads
|
# Enable file uploads
|
||||||
\$wgEnableUploads = true;
|
\$wgEnableUploads = true;
|
||||||
|
Reference in New Issue
Block a user