Skip to content

Commit 50cb6e6

Browse files
authored
Update v-update-letsencrypt-ssl
1 parent b53d2d7 commit 50cb6e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/v-update-letsencrypt-ssl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ for user in $($HESTIA/bin/v-list-sys-users plain); do
6464

6565
# Split aliases into array
6666
IFS=',' read -r -a ALIASES <<< "$ALIAS"
67-
#unset f_aliases
67+
68+
# Unset f_aliases
6869
f_aliases=''
70+
6971
# Loop through all crt aliases
7072
for alias in ${aliases//,/ } ; do
7173
# Validate if the alias still exists in web.conf

0 commit comments

Comments
 (0)