fixed public key names

main
Andre Challier 2024-03-27 15:47:00 +01:00
parent 26b6de990d
commit 377b94b1f8
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ fi
path_ssh="/root/.ssh"
path_programm_key="/data/ssh/programm-webhook.deploy.ed25519"
path_programm_pub="/data/ssh/programm-webhook.deploy.ed25519"
path_programm_pub="/data/ssh/programm-webhook.deploy.ed25519.pub"
path_assets_key="/data/ssh/assets-webhook.deploy.ed25519"
path_assets_pub="/data/ssh/assets-webhook.deploy.ed25519"
path_assets_pub="/data/ssh/assets-webhook.deploy.ed25519.pub"
path_ssh_config="/data/ssh/config"
# Create .ssh folder if not present