Browse Source

upgrade script

Denys Bashkatov 1 week ago
parent
commit
4e1254a6cd
1 changed files with 0 additions and 14 deletions
  1. 0 14
      upgrade.sh

+ 0 - 14
upgrade.sh

@@ -171,7 +171,6 @@ extract_and_install() {
         "start.sh"
         "start.sh"
         "docker-compose.src.yml"
         "docker-compose.src.yml"
         "README.md"
         "README.md"
-        "entrypoint.sh"
     )
     )
     
     
     # Copy individual files
     # Copy individual files
@@ -185,19 +184,6 @@ extract_and_install() {
         fi
         fi
     done
     done
     
     
-    # Copy scripts directory
-    if [ -d "$TEMP_DIR/scripts" ]; then
-        print_status "Installing scripts directory..."
-        if [ -d "./scripts" ]; then
-            # Remove existing scripts directory
-            rm -rf "./scripts"
-        fi
-        cp -r "$TEMP_DIR/scripts" "./"
-        print_success "Installed scripts directory"
-    else
-        print_warning "Scripts directory not found in downloaded archive"
-    fi
-    
     print_success "Additional project files installed successfully"
     print_success "Additional project files installed successfully"
 }
 }