fix: set a root for the ssh verification.

This commit is contained in:
silver 2023-08-19 20:47:58 +01:00
parent 82d7ca48bb
commit 8bec5e87b5
3 changed files with 9 additions and 2 deletions

View file

@ -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;