Finish descompress

This commit is contained in:
Andros Fenollosa 2023-04-19 22:44:25 +02:00
parent ebe72e8b13
commit e753ad3970

View File

@ -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