diff --git a/.gitignore b/.gitignore index 87bae71..d064533 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,4 @@ Pipfile.lock **/work_data/* **/__pycache__/* -*.sqlite3 coinmanager/static/* diff --git a/coinmanager/db.sqlite3 b/coinmanager/db.sqlite3 index 34cd162..aacb9c5 100755 Binary files a/coinmanager/db.sqlite3 and b/coinmanager/db.sqlite3 differ diff --git a/update b/update index 92693f5..6b60985 100755 --- a/update +++ b/update @@ -1,5 +1,7 @@ #!/bin/bash +set -e + echo "cloning ..." git pull origin master