Skip to content

Commit f52c75c

Browse files
authored
Update 1.3.0.sh
1 parent 24df384 commit f52c75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/versions/1.3.0.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
####### Place additional commands below. #######
77
#######################################################################################
88

9-
# Add default SSL Certificate config when ip is visisted
9+
# Add default SSL Certificate config when ip is visited
1010
if [ "$PROXY_SYSTEM" = "nginx" ]; then
1111
echo "[ ! ] Update IP.conf"
1212
while read IP; do
@@ -18,4 +18,4 @@ if [ "$PROXY_SYSTEM" = "nginx" ]; then
1818
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \
1919
> /etc/$PROXY_SYSTEM/conf.d/$IP.conf
2020
done < <(ls $HESTIA/data/ips/)
21-
fi
21+
fi

0 commit comments

Comments
 (0)