osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-dev/+/27459 )
Change subject: net/templates/run.sh: change prefix from CN to NET ......................................................................
net/templates/run.sh: change prefix from CN to NET
osmo-dev's net scripts can be used to run components from RAN too, so change the title prefix and tmux session name from CN to NET.
Change-Id: I3f46d5a4c7bd20861735c4e01f7cafbc5db08aae --- M net/templates/run.sh 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/59/27459/1
diff --git a/net/templates/run.sh b/net/templates/run.sh index a7b0f9a..6b8a324 100755 --- a/net/templates/run.sh +++ b/net/templates/run.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash
# tmux: start this script inside a new session -tmux_session="CN" +tmux_session="NET" if [ "${TERMINAL}" = "tmux" ] && [ "$1" != "inside-tmux" ]; then echo "Starting tmux session '$tmux_session'" unset TMUX @@ -145,7 +145,7 @@ *) sleep .2 $terminal \ - -title "CN:$title" \ + -title "NET:$title" \ -e sh -c "$launcher" \ &