rename file

This commit is contained in:
Simon Vieille 2025-08-29 12:57:50 +02:00
commit 2bdab68c93
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 1 additions and 1 deletions

View file

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