mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fixed typo in fix_files.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user