Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken symlink on LocalSettings.php in MediaWiki app #17

Open
pranavgaikwad opened this issue Jul 31, 2019 · 0 comments
Open

Broken symlink on LocalSettings.php in MediaWiki app #17

pranavgaikwad opened this issue Jul 31, 2019 · 0 comments

Comments

@pranavgaikwad
Copy link
Contributor

pranavgaikwad commented Jul 31, 2019

In entrypoint.sh script, at this step :

sed -i -e '/$wgLogo/c\$wgLogo = '\"$MEDIAWIKI_LOGO'\";' $LOCAL_SETTINGS
, the sed command overwrites the LocalSettings.php file and breaks the symlink between the target file and /persistent/LocalSettings.php file.

After this point, changes made in /persistent/LocalSettings.php will never be picked up by the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant