File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 6.2.4 2022-10-05 <dave  at  tiredofit  dot  ca >  
2+ 
3+    ### Changed  
4+       - Fix legacy Webroot configuration check 
5+ 
6+ 
17## 6.2.3 2022-10-04 <dave  at  tiredofit  dot  ca >  
28
39   ### Changed  
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if [ ! -f "/tmp/.container/container-restart" ] ; then
3131        update_template "/etc/nginx.sites.available/*.conf" \
3232                                                            NGINX_LISTEN_PORT \
3333                                                            NGINX_WEBROOT
34-         if silent grep -q '<WEBOOT >' /etc/nginx/sites.available/*.conf ; then
34+         if silent grep -q '<WEBROOT >' /etc/nginx/sites.available/*.conf ; then
3535            print_notice "Detected Legacy templates in /etc/nginx/sites.avaialble. Please change '<WEBROOT>' to {{NGINX_WEBROOT}}"
3636            silent sed -i "s|<WEBROOT>|${NGINX_WEBROOT}|g" /etc/nginx/sites.available/*.conf
3737        fi
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments