Skip to content

Commit

Permalink
Run sync command - I had some issues with SBCs when this wasn't run
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Jan 30, 2024
1 parent 37b5b57 commit 8c89190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ function setupSystemd() {
export LD_LIBRARY_PATH="$HOME/.coqui/:$LD_LIBRARY_PATH"
/usr/local/go/bin/go build cmd/coqui/main.go
fi
sync
mv main chipper
echo
echo "./chipper/chipper has been built!"
Expand Down
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ if [[ -f ./chipper/chipper ]]; then
echo "Unsupported STT ${STT_SERVICE}. You must build this manually. The code has been updated, though."
exit 1
fi
echo "Syncing..."
sync
sudo systemctl daemon-reload
sudo systemctl start wire-pod
echo "wire-pod is now running with the updated code!"
Expand Down

1 comment on commit 8c89190

@nijabija
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know the passcode

Please sign in to comment.