Verified Commit c00d2ab8 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

letsencrypt: fix, forgot to shift the variables



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 97005e8b
...@@ -23,6 +23,7 @@ email () { ...@@ -23,6 +23,7 @@ email () {
case "$OP" in case "$OP" in
deploy_cert) deploy_cert)
shift
reload_apache reload_apache
email "$@" email "$@"
;; ;;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment