Fix for Windows (#2)
Windows sqlite3.exe generates file in dos format and the extra `\r` causes wrong curl command and deletion failure. Instead of `cat` lines, use `sed` to trim the `\r`.
This commit is contained in:
parent
6a3a701a6f
commit
b5010d5759
Loading…
Reference in New Issue