diff --git a/scripts/fix_files.sh b/scripts/fix_files.sh index 92579a5be..e539c85ea 100755 --- a/scripts/fix_files.sh +++ b/scripts/fix_files.sh @@ -49,7 +49,7 @@ if [[ $KEVIN_SAFER == "true" ]] || [[ $PARSING_MOD == "true" ]]; then cp -frv * $NEWZPATH/www/lib/ fi #copy needed files for hash_decrypt and fixReleaseNames scripts -if [[ $HASH == "true"]] || [[ $FIXRELEASES == "true" ]]; then +if [[ $HASH == "true" ]] || [[ $FIXRELEASES == "true" ]]; then cd $DIR"/test/files to copy/www/lib" cp -frv * $NEWZPATH/www/lib/ fi