Browse Source

Rename sshdeploy.sh to ssh.sh

David Kerr 8 years ago
parent
commit
3be5a68e12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/ssh.sh

+ 1 - 1
deploy/sshdeploy.sh → deploy/ssh.sh

@@ -26,7 +26,7 @@
 ########  Public functions #####################
 ########  Public functions #####################
 
 
 #domain keyfile certfile cafile fullchain
 #domain keyfile certfile cafile fullchain
-sshdeploy_deploy() {
+ssh_deploy() {
   _cdomain="$1"
   _cdomain="$1"
   _ckey="$2"
   _ckey="$2"
   _ccert="$3"
   _ccert="$3"