Skip to content

Commit

Permalink
remove locks on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 12, 2018
1 parent 0a3b7b5 commit 1855c22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run.sh
Expand Up @@ -11,6 +11,9 @@ if [ ! -d "$HADIR/env" ]; then
echo "Virtualenv not setup yet for $HOST" >&2
./setup.py
fi
if [ -d "$HADIR/snapshots" ]; then
rm $HADIR/snapshots/*.lock
fi

. $HADIR/env/bin/activate

Expand Down

0 comments on commit 1855c22

Please sign in to comment.