From 3459807c1de0e9ca4c1b27d6019268f124e56c36 Mon Sep 17 00:00:00 2001 From: J Wokaty Date: Wed, 31 May 2023 15:41:22 -0400 Subject: [PATCH] Remove lock directories --- utils/clean-before-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/clean-before-run.sh b/utils/clean-before-run.sh index 08eb45e8..4dc9557f 100755 --- a/utils/clean-before-run.sh +++ b/utils/clean-before-run.sh @@ -1,7 +1,7 @@ #!/bin/bash # Remove 00LOCK (just in case). -rm -rf "$BBS_R_HOME/library/00LOCK" +rm -rf "$BBS_R_HOME/library/00LOCK*" "$BBS_R_HOME/site-library/00LOCK*" # Clean the tmp dir. # Note: The trailing / in /tmp/ is required on Mac OS X!