Skip to content
Snippets Groups Projects
Commit 1ef61c08 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

swh-alter: run tmux in a way that is compatible with bullseye

parent 3d04e3ab
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,9 @@
set -e
echo "swh-alter pod: running a tmux server"
exec tmux -D
tmux set -g exit-empty off \; start
trap "tmux kill-server" INT TERM EXIT
while tmux list-sessions 2>/dev/null; do sleep 5; done
echo "tmux server has exited, bailing"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment