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

daily-backup: fix issue with APACHE_PORT #5078

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

szaimen
Copy link
Collaborator

@szaimen szaimen commented Aug 1, 2024

Signed-off-by: Simon L. <szaimen@e.mail.de>
@szaimen szaimen added 3. to review Waiting for reviews bug Something isn't working regression Regression of a previous working feature labels Aug 1, 2024
@szaimen szaimen added this to the next milestone Aug 1, 2024
@szaimen szaimen merged commit c6606c4 into main Aug 1, 2024
4 checks passed
@szaimen szaimen deleted the fix/noid/fix-apache-port branch August 1, 2024 10:14
done
APACHE_PORT="$(docker inspect nextcloud-aio-apache --format "{{.Config.Env}}" | grep -o 'APACHE_PORT=[0-9]\+' | grep -o '[0-9]\+' | head -1)"
if [ -z "$APACHE_PORT" ]; then
echo "APACHE_PORT is not set which is not expected..."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO this is confusing because the error claims that APACHE_PORT is not defined when it could actually just be that the format is incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working regression Regression of a previous working feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants