Skip to content

Commit 3f31eed

Browse files
author
Kristan Kenney
authored
Fix typo in code comments
1 parent 1b6ff82 commit 3f31eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-update-letsencrypt-ssl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ for user in $($HESTIA/bin/v-list-sys-users plain); do
6565
# Split aliases into array
6666
IFS=',' read -r -a ALIASES <<< "$ALIAS"
6767

68-
# Loop trough all crt aliases
68+
# Loop through all crt aliases
6969
for alias in ${aliases//,/ } ; do
7070
# Validate if the alias still exists in web.conf
7171
if [[ " ${ALIASES[@]} " =~ " ${alias} " ]]; then
@@ -135,4 +135,4 @@ done
135135
# No Logging
136136
#log_event "$OK" "$EVENT"
137137

138-
exit
138+
exit

0 commit comments

Comments
 (0)