agent: .autoCheckUpdates

This commit is contained in:
Aiden McClelland
2021-01-16 17:01:18 -07:00
committed by Aiden McClelland
parent d5d0ea3ade
commit fcb807eb42
3 changed files with 19 additions and 0 deletions

View File

@@ -188,6 +188,9 @@ agentTorHiddenServicePrivateKeyPath = agentTorHiddenServiceDirectory <> "/hs_ed2
serverNamePath :: SystemPath
serverNamePath = "/root/agent/name.txt"
autoCheckUpdatesPath :: SystemPath
autoCheckUpdatesPath = "/root/agent/.autoCheckUpdates"
altRegistryUrlPath :: SystemPath
altRegistryUrlPath = "/root/agent/alt_registry_url.txt"