mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-02 20:57:47 +00:00
Fix watchdog settings typo
This commit is contained in:
parent
6c02e50f89
commit
6f202e2117
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class Watchdog implements Runnable {
|
|||
if (this.counter.get() % 30 == 0) {
|
||||
try {
|
||||
|
||||
String imagerPath = ServerConfiguration.getString("site.imager.path");
|
||||
String imagerPath = ServerConfiguration.getString("site.imaging.path");
|
||||
|
||||
if (!imagerPath.isBlank()) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue