#! /bin/sh

# just launch the upgrade script under a tmux detached session
# as under screen do not work

# to see the session running execute tmux attach-session -t update
# to exit attached sessione use C-b d

tmux new-session -d -s update do_release_upgrade 
