File tree Expand file tree Collapse file tree 2 files changed +0
-87
lines changed 
source/dynamix.unraid.net/usr/local/share/dynamix.unraid.net/install/scripts Expand file tree Collapse file tree 2 files changed +0
-87
lines changed Original file line number Diff line number Diff line change @@ -262,16 +262,6 @@ LOGFILE="/var/log/unraid-api/dynamix-unraid-install.log"
262262mkdir -p "$(dirname "$LOGFILE")" 
263263
264264echo "Starting Unraid Connect installation..." 
265- # Apply file patches and system configurations 
266- if [ -x "$SCRIPTS_DIR/file_patches.sh" ]; then 
267-   echo "Applying system patches and configurations..." 
268-   echo "Running file_patches.sh" >> "$LOGFILE" 
269-   # Capture output and add to log file 
270-   patches_output=$("$SCRIPTS_DIR/file_patches.sh") 
271-   echo "$patches_output" >> "$LOGFILE" 
272- else 
273-   echo "ERROR: file_patches.sh not found or not executable" >> "$LOGFILE" 
274- fi 
275265
276266# Setup the API (but don't start it yet) 
277267if [ -x "$SCRIPTS_DIR/setup_api.sh" ]; then 
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments