From 6ed9cb4bc8efa3afad1780a3ba26954f06898ae7 Mon Sep 17 00:00:00 2001 From: Jonathan Math Date: Wed, 16 Jun 2021 11:00:15 -0600 Subject: [PATCH] change python path on redis_bgsave so it can be used in the newsblur container --- utils/monitor_redis_bgsave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/monitor_redis_bgsave.py b/utils/monitor_redis_bgsave.py index 35b6c2029..bb6fa7ca8 100755 --- a/utils/monitor_redis_bgsave.py +++ b/utils/monitor_redis_bgsave.py @@ -1,4 +1,4 @@ -#!/srv/newsblur/venv/newsblur3/bin/python +#!/usr/local/bin/python3 import sys sys.path.append('/srv/newsblur')