We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b5b57 commit 8c89190Copy full SHA for 8c89190
setup.sh
@@ -552,6 +552,7 @@ function setupSystemd() {
552
export LD_LIBRARY_PATH="$HOME/.coqui/:$LD_LIBRARY_PATH"
553
/usr/local/go/bin/go build cmd/coqui/main.go
554
fi
555
+ sync
556
mv main chipper
557
echo
558
echo "./chipper/chipper has been built!"
update.sh
@@ -54,6 +54,8 @@ if [[ -f ./chipper/chipper ]]; then
54
echo "Unsupported STT ${STT_SERVICE}. You must build this manually. The code has been updated, though."
55
exit 1
56
57
+ echo "Syncing..."
58
59
sudo systemctl daemon-reload
60
sudo systemctl start wire-pod
61
echo "wire-pod is now running with the updated code!"
0 commit comments