correct CHOICE bug

This commit is contained in:
qo-op 2021-07-03 16:29:45 +02:00
parent b106651814
commit a5da4df3d6
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ echo "new_file_in_astroport.sh \"$HOME/astroport/${CAT}/${MEDIAID}/\" \"${FILE_N
########################################################################
########################################################################
########################################################################
[[ "$CHOICE" == "film" || "$CHOICE" == "serie" ]] && CHOICE="TMDB"
[[ "$CAT" == "film" || "$CAT" == "serie" ]] && CHOICE="TMDB"
~/.zen/astrXbian/zen/new_file_in_astroport.sh "$HOME/astroport/${CAT}/${MEDIAID}/" "${FILE_NAME}" > /tmp/${CHOICE}_${MEDIAID}.log 2>&1
########################################################################
########################################################################