Fix for Windows.
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
1e7d726bf8
Loading…
Reference in New Issue