This commit is contained in:
Chigozirim Igweamaka 2024-06-09 04:26:19 +01:00
parent f33a0edc1b
commit 8ab15dc8d9
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo "Hello server" > /home/ubuntu/started.txt
start_server() { start_server() {
cd /home/ubuntu/song-recognition cd /home/ubuntu/song-recognition

View file

@ -1,7 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo "Hello server" > /home/ubuntu/started.txt
HTTP_PID=$(sudo lsof -t -i:5000) HTTP_PID=$(sudo lsof -t -i:5000)
HTTPS_PID=$(sudo lsof -t -i:4443) HTTPS_PID=$(sudo lsof -t -i:4443)