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

Prevent deleting the files in /config when downloading newest sources #280

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

ne20002
Copy link
Collaborator

@ne20002 ne20002 commented Jan 31, 2025

Fixes #279

This PR prevents the deleting of the extra config files in /config folder (e.g. 00apcu.config.php) that are provided by the docker image but are not part of the sources tar ball.
The fix only affects dev and rc versions of the docker image (the release versions didn't have this problem).

@MrPetovan MrPetovan merged commit ad886c0 into friendica:stable Jan 31, 2025
19 checks passed
@ne20002 ne20002 deleted the fix/279 branch January 31, 2025 19:22
@ne20002 ne20002 mentioned this pull request Feb 1, 2025
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

Successfully merging this pull request may close these issues.

The dev and rc images fail to copy the extra config files (e.g. for apcu) into the config folder
2 participants