fix start.sh
This commit is contained in:
parent
c3e350a79e
commit
44fa9ff9b7
2 changed files with 3 additions and 2 deletions
Binary file not shown.
5
start.sh
5
start.sh
|
|
@ -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" .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue