mirror of
https://github.com/linuxserver/docker-diskover.git
synced 2026-01-14 16:41:38 +08:00
Testing fix for redis cleanup script errors
This commit is contained in:
parent
edc20048a3
commit
a384e121cd
@ -14,4 +14,4 @@ sleep 3
|
||||
|
||||
echo "killing dangling workers..."
|
||||
/bin/bash /app/diskover/diskover-bot-launcher.sh -k > /dev/null 2>&1
|
||||
sleep 3
|
||||
sleep 3
|
||||
@ -19,6 +19,7 @@ DISKOVER_ARRAY[DISKOVER_OPTS]="${DISKOVER_ARRAY[DISKOVER_OPTS]} -i ${DISKOVER_AR
|
||||
cd /app/diskover || exit
|
||||
|
||||
#/bin/bash -c ". /config/.diskover_array; /app/cleanup.sh"
|
||||
# Testing moving contents of /app/cleanup.sh here
|
||||
# killing existing workers before starting new ones
|
||||
echo "killing existing workers..."
|
||||
if [ -f "/tmp/diskover_bot_pids" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user