From c6b4eced97cdacd32d9adfd5bb69ba62694cd7d0 Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Thu, 24 Jan 2013 00:59:38 -0500 Subject: [PATCH] Update edit_these.sh --- edit_these.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/edit_these.sh b/edit_these.sh index cc713c4b7..5eae7680f 100755 --- a/edit_these.sh +++ b/edit_these.sh @@ -8,7 +8,6 @@ export NEWZPATH="/var/www/newznab" export NEWZNAB_PATH=$NEWZPATH"/misc/update_scripts" export TESTING_PATH=$NEWZPATH"/misc/testing" export ADMIN_PATH=$NEWZPATH"/www/admin" -export CURRENT_DIR=$DIR #Post Processing Additional is the processing that downloads rar and attempts to get info for your site #you are able to set the number of process to be run from 1-9 @@ -18,7 +17,7 @@ export CURRENT_DIR=$DIR export POST_TO_RUN="1" #Enter the session name to be used by tmux -export TMUX_SESSION="Newznab-master1" +export TMUX_SESSION="Newznab-master" #Set, in seconds - how often the monitor.php (left top pane) script should update, 0 may cause errors export MONITOR_UPDATE="20"