Delete run_server.sh

This commit is contained in:
Tomáš Dvořák
2025-05-22 10:59:01 +02:00
committed by GitHub
parent a81b5f9ffd
commit 972b795a7e
-7
View File
@@ -1,7 +0,0 @@
#!/bin/bash
# Run server in background
nohup go run main.go > server.log 2>&1 &
echo "Server started in background"
echo "PID: $!"
echo "Logs: server.log"
echo "For kontakt service, run in new terminal: cd kontakt && sudo make dev"