mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-04-19 08:56:12 +00:00
fix: update start_server function to change directory to server path
This commit is contained in:
parent
3cf204363d
commit
7a5ad4bfcc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
start_server() {
|
||||
cd /home/ubuntu/song-recognition
|
||||
cd /home/ubuntu/song-recognition/server
|
||||
|
||||
export SERVE_HTTPS="true"
|
||||
export CERT_KEY="/etc/letsencrypt/live/localport.online/privkey.pem"
|
||||
|
|
Loading…
Add table
Reference in a new issue