fix: now deals with the correct path for the old ssh accounts
This commit is contained in:
parent
32d693fa8c
commit
ce471ad39a
6 changed files with 23 additions and 9 deletions
|
@ -56,7 +56,7 @@
|
|||
DATABASE = "database.db";
|
||||
CSV = "wolves.csv";
|
||||
HOST_PORT = cfg.host_port;
|
||||
SSH_ROOT = "/skynet_old/home";
|
||||
SSH_ROOT = "skynet_old";
|
||||
|
||||
# Email stuff
|
||||
EMAIL_SMTP = cfg.mail.host;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue