fix: set a root for the ssh verification.
This commit is contained in:
parent
82d7ca48bb
commit
8bec5e87b5
3 changed files with 9 additions and 2 deletions
|
@ -56,6 +56,7 @@
|
|||
DATABASE = "database.db";
|
||||
CSV = "wolves.csv";
|
||||
HOST_PORT = cfg.host_port;
|
||||
SSH_ROOT = "/skynet_old/home";
|
||||
|
||||
# Email stuff
|
||||
EMAIL_SMTP = cfg.mail.host;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue