fix system case

This commit is contained in:
mbecker20
2024-05-04 16:10:30 -07:00
parent 1c7582d0a2
commit d45f60f604

View File

@@ -28,7 +28,7 @@ def load_paths():
# binary location
"/usr/local/bin",
# config location
"/etc/monitor"
"/etc/monitor",
# service file location
"/etc/systemd/system",
]