|
|
@@ -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
|