(Grav GitSync) Automatic Commit from tanshu

This commit is contained in:
tanshu 2018-03-07 12:07:33 +00:00 committed by GitSync
parent 8685592976
commit 4a340b5bb4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ then
echo "File already uploaded. No update needed"
else
echo "Files are different. Uploading"
~/bin/gdrive upload --parent 1wZ7KOAZUreXN434ie0-edqgINxGcnlSo --name production_$(date +%F-%H:%M).sqlite3 ~/Data/warden/production.sqlite3
~/bin/gdrive upload --parent $FOLDER_ID --name production_$(date +%F-%H:%M).sqlite3 ~/Data/warden/production.sqlite3
sha512sum production.sqlite3 > production.sha512sum
fi
```