quialst / webtoken

A new blockchain project for the web
0 stars 0 forks source link

File Path Specification #2

Closed quialst closed 7 years ago

quialst commented 7 years ago

When sqlite3 is referencing databases, it only specifies the name. Use the subprocess module to add support for wherever the database is located.

quialst commented 7 years ago

In the webtoken-script.txt the bash script assumes that the sqlite3 database is in the webtoken file. Either find a way to make the database unmovable or make it so that the program can reference wherever the database is located.

quialst commented 7 years ago

used find pwd -name <directory>