From ac2f21370c47828456016402dcd75d9cd5d085a5 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Fri, 4 Aug 2023 16:53:46 +0800 Subject: [PATCH] auto create INCOMDE_DIR --- apt-repo-updater | 1 + 1 file changed, 1 insertion(+) diff --git a/apt-repo-updater b/apt-repo-updater index 23685af..c1a1458 100755 --- a/apt-repo-updater +++ b/apt-repo-updater @@ -126,6 +126,7 @@ while [[ "$GO_ON" = "1" ]] do build_repo + mkdir -p "$INCOME_DIR" msg "start watching INCOME_DIR" inotifywait --quiet -e move -e modify -e create "$INCOME_DIR" & inotify_pid="$!"