mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 13:40:41 +02:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
printf "\n\n [i] Starting DeepSea dashboard ...\n\n"
|
|
|
|
exec gunicorn -b 0.0.0.0:5000 App:app
|