Skip to content

Commit

Permalink
Support for nohup.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 21, 2024
1 parent f2a6050 commit 5e232fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/testnet/include/terminal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
# TMUX support is in development.
TERMWRAPPER="nohup"

if [ -n "$(command -v "konsole")" ]
then
export TERMWRAPPER="konsole"
elif [ -n "$(command -v "gnome-terminal")" ]
then
export TERMWRAPPER="gnome-terminal"
fi

export CURRENT_TMUX_SESSION=""
export CURRENT_TMUX_LAYOUT="tiled"
declare -A TMUX_SESSION_PANES
Expand Down

0 comments on commit 5e232fb

Please sign in to comment.