Pass all args to deployment script

Brian Candler
2017-11-23 16:44:20 +00:00
parent d306462124
commit 4d9373186a

@@ -28,7 +28,7 @@ case "$1" in
;;
"deploy_cert")
# optional:
# /path/to/deploy_cert.sh "${1}" "${2}" "${3}" "${4}"
# /path/to/deploy_cert.sh "$@"
;;
"unchanged_cert")
# do nothing for now