Kristan Kenney 5 лет назад
Родитель
Сommit
3f31eedebb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      bin/v-update-letsencrypt-ssl

+ 2 - 2
bin/v-update-letsencrypt-ssl

@@ -65,7 +65,7 @@ for user in $($HESTIA/bin/v-list-sys-users plain); do
             # Split aliases into array
             IFS=',' read -r -a ALIASES <<< "$ALIAS"
 
-            # Loop trough all crt aliases
+            # Loop through all crt aliases
             for alias in ${aliases//,/ } ; do
                 # Validate if the alias still exists in web.conf
                 if [[ " ${ALIASES[@]} " =~ " ${alias} " ]]; then
@@ -135,4 +135,4 @@ done
 # No Logging
 #log_event "$OK" "$EVENT"
 
-exit
+exit