fix: update start_server function to change directory to server path

This commit is contained in:
Chigozirim Igweamaka 2025-04-07 02:24:29 +01:00
parent 3cf204363d
commit 7a5ad4bfcc

View file

@ -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"