From 76bc76a872ccdf6246a351ff68529b22859739a3 Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Sun, 7 Aug 2022 07:27:52 +0200 Subject: [PATCH] handbrake_for_plex.sh -bugfix delete file on linux --- handbrake_for_plex.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/handbrake_for_plex.sh b/handbrake_for_plex.sh index e83fc5d..0343a57 100755 --- a/handbrake_for_plex.sh +++ b/handbrake_for_plex.sh @@ -347,8 +347,6 @@ END_COMMENT if [ "$trash" = true ] && [[ "$OSTYPE" == "linux-gnu"* ]] && [[ $(command -v gio) != "" ]]; then echo -e "\n${italic}Move ${filename} to trash...${reset}" gio trash "$FILE" >/dev/null - else - echo -e "\n${italic}Move ${filename} to trash...${reset}" fi