We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2974fc1 + 420d32d commit 12e6748Copy full SHA for 12e6748
app/letsencrypt_service
@@ -70,7 +70,7 @@ update_certs() {
70
params_d_str=""
71
[[ $DEBUG == true ]] && params_d_str+=" -v"
72
[[ $REUSE_KEY == true ]] && params_d_str+=" --reuse_key"
73
- [[ "${1}" == "--force-renew" ]] && params_d_str+=" --valid_min 7776000" && shift
+ [[ "${1}" == "--force-renew" ]] && params_d_str+=" --valid_min 7776000"
74
75
hosts_array_expanded=("${!hosts_array}")
76
# First domain will be our base domain
0 commit comments