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 tmux session handling in Makefile #3841

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

larsyencken
Copy link
Contributor

@larsyencken larsyencken commented Aug 2, 2024

Fixes #3840

Modify the Makefile to check for an existing tmux session named grapher and kill it if it exists, during make up or make up.full.

Fixes #3840

Modify the `Makefile` to check for an existing tmux session named `grapher` and resume it if it exists, during `make up` or `make up.full`.
@larsyencken larsyencken force-pushed the larsyencken/fix-tmux-session branch from 6506d91 to f45b0b1 Compare August 2, 2024 10:30
@owidbot
Copy link
Contributor

owidbot commented Aug 2, 2024

Quick links (staging server):

Site Admin Wizard

Login: ssh owid@staging-site-larsyencken-fix-tmux-session

SVG tester:

Number of differences (default views): 0 ✅
Number of differences (all views): 0 ✅

Edited: 2024-08-02 10:32:19 UTC
Execution time: 1.17 seconds

@larsyencken larsyencken merged commit bacc2c3 into master Aug 2, 2024
20 checks passed
@larsyencken larsyencken deleted the larsyencken/fix-tmux-session branch August 2, 2024 10:40
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.

Running make up or make up.full can fail if there is an existing session
2 participants