Skip to content

Commit

Permalink
I forgot the extension is only .0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed Jan 21, 2023
1 parent 5787075 commit 7d4ad09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekitlib
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ persistent_changes()
fi
fi

if [ -e "$CHANGES/changes.dat.000" ]; then
if [ -e "$CHANGES/changes.dat.0" ]; then
echo "* Restoring persistent changes"
EXISTS="true"
else
Expand Down

0 comments on commit 7d4ad09

Please sign in to comment.