Skip to content

Commit

Permalink
run script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bianyuanop committed Sep 14, 2024
1 parent af33642 commit 97749aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ if [[ ${MODE} != "run" ]]; then
UNLIMITED_USAGE=true
fi

DB_PATH="/tmp/default.db"
if [ -f "$DB_PATH" ] ; then
rm "$DB_PATH"
DB_PATH="/tmp/sqlite.NodeID*.db"
if [ -f $DB_PATH ] ; then
rm $DB_PATH
fi

WINDOW_TARGET_UNITS="40000000,450000,450000,450000,450000"
Expand Down

0 comments on commit 97749aa

Please sign in to comment.