From b7cba036c5a64c22d5ab7b8dc3d35c90f17697e7 Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Thu, 31 Jan 2013 15:35:46 +0100 Subject: [PATCH] fixed paths in scripts after moving to script folder --- edit_these.sh | 2 +- scripts/revert.sh | 2 +- scripts/set_perms.sh | 2 +- scripts/update_svn.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/edit_these.sh b/edit_these.sh index 4107dcb4f..7b9aad5b0 100644 --- a/edit_these.sh +++ b/edit_these.sh @@ -91,7 +91,7 @@ export IMPORT="true" export NZB_THREADS="true" #How many nzbs to import per loop, if using NZB_THREADS=true the per folder -export NZBCOUNT="10" +export NZBCOUNT="1" #Set, in seconds - how long the nzb-import should sleep between runs, 0 may cause errors #below backfill diff --git a/scripts/revert.sh b/scripts/revert.sh index 3123a058f..fea6d027f 100755 --- a/scripts/revert.sh +++ b/scripts/revert.sh @@ -9,7 +9,7 @@ do done DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" -source edit_these.sh +source ../edit_these.sh diff --git a/scripts/set_perms.sh b/scripts/set_perms.sh index 460d85ccf..5af830585 100755 --- a/scripts/set_perms.sh +++ b/scripts/set_perms.sh @@ -9,7 +9,7 @@ do done DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" -source edit_these.sh +source ../edit_these.sh clear if [[ $AGREED == "no" ]]; then diff --git a/scripts/update_svn.sh b/scripts/update_svn.sh index 2c150c225..41e590153 100755 --- a/scripts/update_svn.sh +++ b/scripts/update_svn.sh @@ -9,6 +9,6 @@ svn export --force --username svnplus --password $PASSWORD svn://svn.newznab.com cd $NEWZPATH"/misc/update_scripts" php5 update_database_version.php -cd $NEWZPATH"/misc/update_scripts/nix_scripts/tmux/" +cd $NEWZPATH"/misc/update_scripts/nix_scripts/tmux/scripts" ./set_perms.sh