fixed kevin123's files not copying properly

This commit is contained in:
jonnyboy
2013-03-12 17:19:24 +01:00
parent 743a278ef3
commit 1a211ce5e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
require(dirname(__FILE__)."/config.php");
require(WWW_DIR.'/lib/postprocess.php');
$version="0.1r724";
$version="0.1r725";
$db = new DB();
+1 -1
View File
@@ -54,7 +54,7 @@ if [[ $EN_IMDB == "true" ]]; then
fi
#import kevin123's compression mod
if [[ $KEVINS_COMP == "true" ]]; then
if [[ $KEVIN_SAFER == "true" ]] || [[ $PARSING_MOD == "true" ]]; then
cd $DIR"/kevin123"
cp -frv * $NEWZPATH/www/lib/
fi