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