Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorpher committed Nov 12, 2023
1 parent c76aa74 commit a6496bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voice/relay/deploy/enable.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/node
sudo cp voice-ai-relay.service /etc/systemd/system/voice-ai-relay.service
sudo systemctl restart voice-ai-relay
sudo systemctl start voice-ai-relay
sudo systemctl enable voice-ai-relay
systemctl status voice-ai-relay

0 comments on commit a6496bc

Please sign in to comment.