fix start.sh

This commit is contained in:
Judah Caruso 2026-01-28 15:49:39 -07:00
parent c3e350a79e
commit 44fa9ff9b7
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View file

@ -2,10 +2,11 @@
EXECUTABLE="./docs.brut.systems"
git pull
echo "Fetching latest version"
git pull origin master
if command -v go &> /dev/null; then
echo "Recompiling latest version..."
echo "Recompiling..."
go build -o "$EXECUTABLE" .