File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
default_pre_hook_file=" /tmp/default_prehook"
6
6
default_pre_hook_command=" touch $default_pre_hook_file "
7
7
default_post_hook_file=" /tmp/default_posthook"
8
- default_post_hook_ommand =" touch $default_post_hook_file "
8
+ default_post_hook_command =" touch $default_post_hook_file "
9
9
10
10
percontainer_pre_hook_file=" /tmp/percontainer_prehook"
11
11
percontainer_pre_hook_command=" touch $percontainer_pre_hook_file "
19
19
fi
20
20
run_le_container " ${1:? } " " $le_container_name " \
21
21
--cli-args " --env ACME_PRE_HOOK=$default_pre_hook_command " \
22
- --cli-args " --env ACME_POST_HOOK=$default_post_hook_ommand "
22
+ --cli-args " --env ACME_POST_HOOK=$default_post_hook_command "
23
23
24
24
# Create the $domains array from comma separated domains in TEST_DOMAINS.
25
25
IFS=' ,' read -r -a domains <<< " $TEST_DOMAINS"
@@ -65,7 +65,7 @@ elif docker exec "$le_container_name" [[ ! -f "/etc/acme.sh/$container_email/${d
65
65
fi
66
66
67
67
default_pre_hook_command_base64=" ${acme_pre_hook_key}${acme_base64_start} $( echo -n " $default_pre_hook_command " | base64) ${acme_base64_end} "
68
- default_post_hook_command_base64=" ${acme_post_hook_key}${acme_base64_start} $( echo -n " $default_post_hook_ommand " | base64) ${acme_base64_end} "
68
+ default_post_hook_command_base64=" ${acme_post_hook_key}${acme_base64_start} $( echo -n " $default_post_hook_command " | base64) ${acme_base64_end} "
69
69
70
70
default_acme_pre_hook=" $( docker exec " $le_container_name " grep " $acme_pre_hook_key " " /etc/acme.sh/$container_email /${domains[0]} /${domains[0]} .conf" ) "
71
71
default_acme_post_hook=" $( docker exec " $le_container_name " grep " $acme_post_hook_key " " /etc/acme.sh/$container_email /${domains[0]} /${domains[0]} .conf" ) "
You can’t perform that action at this time.
0 commit comments