Backup database as part of update

This commit is contained in:
Arjan H
2021-05-19 22:25:35 +02:00
parent 0bac7614b2
commit 8db02e2d38
4 changed files with 249 additions and 5 deletions

View File

@@ -11,4 +11,6 @@ if [ ! -e bin/labca ]; then
go build -o bin/labca
fi
[ -e /bin/ip ] || (apt update && apt install -y iproute2)
bin/labca