Skip to content

Commit b53d2d7

Browse files
committed
Update v-update-letsencrypt-ssl
1 parent 0e40dcb commit b53d2d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/v-update-letsencrypt-ssl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ 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-
67+
#unset f_aliases
68+
f_aliases=''
6869
# Loop through all crt aliases
6970
for alias in ${aliases//,/ } ; do
7071
# Validate if the alias still exists in web.conf

0 commit comments

Comments
 (0)