mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-12 19:59:19 +01:00
ci: fix typo
This commit is contained in:
parent
e105d40308
commit
b531033865
1 changed files with 2 additions and 2 deletions
2
.tci
2
.tci
|
@ -3,4 +3,4 @@
|
||||||
cargo build --release
|
cargo build --release
|
||||||
systemctl --user stop mumble-stats
|
systemctl --user stop mumble-stats
|
||||||
cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api
|
cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api
|
||||||
systemctl --user start mumble-sats
|
systemctl --user start mumble-stats
|
||||||
|
|
Loading…
Reference in a new issue