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

Fix: Retry logic in entrypoint.sh for Nextcloud installation #2256

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

Aakash788
Copy link
Contributor

Description:
This PR addresses a flaw in the retry logic in the docker-entrypoint.sh script for Nextcloud using Docker. The issue is retry mechanism to execute the installation command an extra time and potentially abort a successful installation.

Changes Made:

  • Modified the retry condition in docker-entrypoint.sh to ensure the installation command does not execute an additional time and to prevent the abortion of a successful installation.

Testing:

  • Verified that the retry logic correctly handles the installation without unnecessary retries.
  • Confirmed that a successful installation is not aborted.

Signed-off-by: Aakash788 <aakashparmar788@gmail.com>
Signed-off-by: Aakash788 <aakashparmar788@gmail.com>
@joshtrichards joshtrichards added bug 3. to review feature: installing First run / fresh installation labels Jul 5, 2024
@J0WI J0WI merged commit 75e1b80 into nextcloud:master Jul 11, 2024
19 of 21 checks passed
@joshtrichards joshtrichards added this to the Nextcloud 29.0.4 milestone Jul 17, 2024
@Aakash788 Aakash788 deleted the issue1708 branch July 24, 2024 13:49
@Aakash788 Aakash788 restored the issue1708 branch July 24, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug feature: installing First run / fresh installation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants