Skip to content

Commit 8c89190

Browse files
committed
Run sync command - I had some issues with SBCs when this wasn't run
1 parent 37b5b57 commit 8c89190

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ function setupSystemd() {
552552
export LD_LIBRARY_PATH="$HOME/.coqui/:$LD_LIBRARY_PATH"
553553
/usr/local/go/bin/go build cmd/coqui/main.go
554554
fi
555+
sync
555556
mv main chipper
556557
echo
557558
echo "./chipper/chipper has been built!"

update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ if [[ -f ./chipper/chipper ]]; then
5454
echo "Unsupported STT ${STT_SERVICE}. You must build this manually. The code has been updated, though."
5555
exit 1
5656
fi
57+
echo "Syncing..."
58+
sync
5759
sudo systemctl daemon-reload
5860
sudo systemctl start wire-pod
5961
echo "wire-pod is now running with the updated code!"

0 commit comments

Comments
 (0)