Jaap Marcus 5 лет назад
Родитель
Сommit
f52c75c1c5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      install/upgrade/versions/1.3.0.sh

+ 2 - 2
install/upgrade/versions/1.3.0.sh

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