fix ssh key path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
## Generate TLS certificate for a new subdomain
|
||||
|
||||
DMZKEYFILE="~/.ssh/dmz"
|
||||
DMZKEYFILE=$(echo -n ~)"/.ssh/dmz"
|
||||
|
||||
NGINXHOST=$1
|
||||
SUBDOMAIN=$2
|
||||
|
Reference in New Issue
Block a user