mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 13:17:46 +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) {
|
if (this.counter.get() % 30 == 0) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
String imagerPath = ServerConfiguration.getString("site.imager.path");
|
String imagerPath = ServerConfiguration.getString("site.imaging.path");
|
||||||
|
|
||||||
if (!imagerPath.isBlank()) {
|
if (!imagerPath.isBlank()) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue