fix ssh key path

This commit is contained in:
2024-01-17 14:35:06 +01:00
parent 9be97947b5
commit 702c8f7bf7
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
## Create new Linux contanier at a proxmox host
DMZKEYFILE="~/.ssh/dmz"
DMZKEYFILE=$(echo -n ~)"/.ssh/dmz"
PROXMOXHOST=$1
CTHOST=$2