Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
trichardsonjr78 committed May 17, 2024
1 parent 7e02aa7 commit fc0c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/get_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ func (h APIHandler) UnlockTFO(c *gin.Context) {
fi && \
cat $file
lock=$(grep -A1 "Lock Info" $file | grep "ID") && \
lock_id=$(echo $lock | sed -n 's/.*\([0-9a-fA-F-]{36}/) print $i}') && \
lock_id=$(echo $lock | sed -n 's/.*\([0-9a-fA-F-]\{36\}\).*/\1/p') && \
echo lock=$lock && \
echo lock_id=$lock_id && \
if [ -n "$lock_id" ]; then
Expand Down

0 comments on commit fc0c2ff

Please sign in to comment.