Skip to content

Commit

Permalink
Fix sqlite3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
Zvonimir authored and Zvonimir committed Dec 24, 2024
1 parent 08e143e commit 090d0aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v8-data-migration/run-data-migration.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
npm rebuild sqlite3 && nohup node v8-data-migration.js &
cd /root/ot-node/current/v8-data-migration/ &&
npm rebuild sqlite3 &&
nohup node v8-data-migration.js &

0 comments on commit 090d0aa

Please sign in to comment.