Update start.sh
Browse files
    	
        start.sh
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 | 
             
            #!/bin/bash
         | 
| 2 | 
             
            echo "Starting FastAPI app and Telegram bot..."
         | 
| 3 | 
             
            # Start FastAPI in the background
         | 
| 4 | 
            -
             | 
| 5 | 
             
            # &
         | 
| 6 | 
             
            # Start the Telegram bot (as main process)
         | 
| 7 | 
             
            #python3 bot.py
         | 
|  | |
| 1 | 
             
            #!/bin/bash
         | 
| 2 | 
             
            echo "Starting FastAPI app and Telegram bot..."
         | 
| 3 | 
             
            # Start FastAPI in the background
         | 
| 4 | 
            +
            python3 app.py 
         | 
| 5 | 
             
            # &
         | 
| 6 | 
             
            # Start the Telegram bot (as main process)
         | 
| 7 | 
             
            #python3 bot.py
         |