From 2bdab68c9389c30956cb1f9dca45fbbda2dd8227 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 29 Aug 2025 12:57:50 +0200 Subject: [PATCH] rename file --- bin/watch.sh | 2 +- cmd/server/{main.go => server.go} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmd/server/{main.go => server.go} (100%) diff --git a/bin/watch.sh b/bin/watch.sh index 4227c10..f4ddf7a 100755 --- a/bin/watch.sh +++ b/bin/watch.sh @@ -8,7 +8,7 @@ st="Owncast Webhook" while true; do rm -f cmd/server/rice-box.go ./node_modules/.bin/webpack - screen -S "$sn" -d -m go run ./cmd/server + screen -S "$sn" -d -m go run ./cmd/server/ notify-send "$t" "Build and ready" inotifywait -r . -e close_write screen -X -S "$sn" quit diff --git a/cmd/server/main.go b/cmd/server/server.go similarity index 100% rename from cmd/server/main.go rename to cmd/server/server.go