From 7605ec06d80890e4f7b95db005dfd0db27b69048 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 5 Feb 2023 03:00:54 +0300 Subject: ipcam_server: motion queue fix --- tools/ipcam_motion_worker_multiple.sh | 49 ----------------------------------- 1 file changed, 49 deletions(-) delete mode 100755 tools/ipcam_motion_worker_multiple.sh (limited to 'tools') diff --git a/tools/ipcam_motion_worker_multiple.sh b/tools/ipcam_motion_worker_multiple.sh deleted file mode 100755 index 5da6974..0000000 --- a/tools/ipcam_motion_worker_multiple.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash - -set -e - -DIR="$( cd "$( dirname "$(realpath "${BASH_SOURCE[0]}")" )" &>/dev/null && pwd )" -PROGNAME="$0" - -. "$DIR/lib.bash" - -configs=() - -usage() { - cat </dev/null; then - die "process already running" -fi - -worker_args= -[ "$VERBOSE" = "1" ] && worker_args="-v" -for name in "${configs[@]}"; do - echoinfo "starting worker $name..." - $DIR/ipcam_motion_worker.sh $worker_args -c "$HOME/.config/ipcam_motion_worker/$name.txt" --allow-multiple -done -- cgit v1.2.3