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 1b6ff82 commit 3f31eedCopy full SHA for 3f31eed
bin/v-update-letsencrypt-ssl
@@ -65,7 +65,7 @@ for user in $($HESTIA/bin/v-list-sys-users plain); do
65
# Split aliases into array
66
IFS=',' read -r -a ALIASES <<< "$ALIAS"
67
68
- # Loop trough all crt aliases
+ # Loop through all crt aliases
69
for alias in ${aliases//,/ } ; do
70
# Validate if the alias still exists in web.conf
71
if [[ " ${ALIASES[@]} " =~ " ${alias} " ]]; then
@@ -135,4 +135,4 @@ done
135
# No Logging
136
#log_event "$OK" "$EVENT"
137
138
-exit
+exit
0 commit comments