mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
Update
This commit is contained in:
parent
f33a0edc1b
commit
8ab15dc8d9
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue