From ba428afb83d889d112d4f6c96fc0eb16949141cb Mon Sep 17 00:00:00 2001 From: Jonathan Math Date: Wed, 16 Jun 2021 10:44:29 -0600 Subject: [PATCH] use python path for newsblur container in disk usage sanity checker --- utils/monitor_disk_usage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/monitor_disk_usage.py b/utils/monitor_disk_usage.py index f3f28d44f..771bb50e8 100755 --- a/utils/monitor_disk_usage.py +++ b/utils/monitor_disk_usage.py @@ -1,5 +1,4 @@ -#!/srv/newsblur/venv/newsblur3/bin/python - +#!/usr/local/bin/python3 import sys sys.path.append('/srv/newsblur')