diff --git a/bash-folders-decompress.sh b/bash-folders-decompress.sh index 1c647ce..7bb02a2 100755 --- a/bash-folders-decompress.sh +++ b/bash-folders-decompress.sh @@ -51,6 +51,8 @@ send-notification() { } start() { + # Output + cd "$FOLDER_ORIGIN" # Monitors the selected folder inotifywait -m -e create,moved_to --format '%f' "$FOLDER_ORIGIN" | while read -r filename; do