Running make up
or make up.full
can fail if there is an existing session
#3840
Labels
make up
or make up.full
can fail if there is an existing session
#3840
Problem
In some use cases, say if you close a terminal window, the tmux session for Grapher persists. In that case, running
make up
ormake up.full
fails withduplicate session: grapher
.Proposed fix
The
Makefile
rules formake up
andmake up.full
should check for an existing tmux session calledgrapher
, and if it exists resume it rather than spin up a new one.The text was updated successfully, but these errors were encountered: