From d65fb61d971a9b2edc19bbbbcd006ce903a01f2a Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Wed, 9 Jan 2013 09:42:47 -0500 Subject: [PATCH] Update edit_these.sh --- edit_these.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/edit_these.sh b/edit_these.sh index d0780ebf3..8c352d59d 100755 --- a/edit_these.sh +++ b/edit_these.sh @@ -12,6 +12,9 @@ export INNODB_PATH=$TESTING_PATH"/innodb" #Select the user name that will run these scripts export USERNAME="what is your name" +#Enter the session name to be used by tmux +export TMUX_SESSION="Newznab-tmux" + #Set, in seconds - this includes import_nzb, backfill and current fill, 0 may cause errors export NEWZNAB_IMPORT_SLEEP_TIME="60"