We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2974fc1 commit 420d32dCopy full SHA for 420d32d
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