Skip to content

Commit

Permalink
Fix missing dir in container
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskapunk committed Feb 27, 2024
1 parent f6354b1 commit 196b989
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/run_recap.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

# Create missing lock dir in container
if [[ ! -e "/var/lock" ]]; then
mkdir $(readlink -f /var/lock)
fi

# Get full path to recap
recap_path=$(type -p recap)

Expand Down

0 comments on commit 196b989

Please sign in to comment.