From 97d5bf39605bc66f5855646afee2a5fb6bc1f0a4 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 7 Jan 2025 18:21:06 +0100 Subject: [PATCH] fix path --- inotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotify.sh b/inotify.sh index 3074b56..fc84bf7 100644 --- a/inotify.sh +++ b/inotify.sh @@ -1,6 +1,6 @@ #!/bin/sh -export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/sbin/bin +PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/sbin/bin inotifywait -m /out -e close_write | while read PATH ACTION FILE; do