This commit is contained in:
qo-op 2021-03-28 21:33:36 +02:00
parent defc22ccf1
commit a43055e19b
1 changed files with 1 additions and 0 deletions

View File

@ -299,5 +299,6 @@ esac
~/.zen/astrXbian/zen/new_file_in_astroport.sh "$HOME/astroport/${CAT}/${TMDB}/" "${FILE_NAME}" > /tmp/${CAT}_${TMDB}.log 2>&1
########################################################################
########################################################################
FILE_NAME=$(echo ${FILE_NAME} | sed -e "s/\'/ /g")
[ $? == 0 ] && zenity --warning --width 300 --text "OK! Votre vidéo $CAT ${FILE_NAME} a été transférée dans Astroport" && exit 0 \
|| zenity --warning --width ${large} --height=${haut} --text "Désolé une erreur est survenue... LOG: $(cat /tmp/${CAT}_${TMDB}.log)" && exit 1