auto create INCOMDE_DIR
This commit is contained in:
parent
632fb43004
commit
ac2f21370c
|
@ -126,6 +126,7 @@ while [[ "$GO_ON" = "1" ]]
|
||||||
do
|
do
|
||||||
build_repo
|
build_repo
|
||||||
|
|
||||||
|
mkdir -p "$INCOME_DIR"
|
||||||
msg "start watching INCOME_DIR"
|
msg "start watching INCOME_DIR"
|
||||||
inotifywait --quiet -e move -e modify -e create "$INCOME_DIR" &
|
inotifywait --quiet -e move -e modify -e create "$INCOME_DIR" &
|
||||||
inotify_pid="$!"
|
inotify_pid="$!"
|
||||||
|
|
Loading…
Reference in a new issue