From 971df19c5cabc2629c0ec964a6cbfdc50134dc71 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Tue, 12 Sep 2023 17:06:54 -0400 Subject: [PATCH] Missing fix --- async-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-check.sh b/async-check.sh index 28599c471..ccfce052a 100755 --- a/async-check.sh +++ b/async-check.sh @@ -75,7 +75,7 @@ function Test() { function Remove() { UnlinkFiles - rm -rf ./async + rm -rf ${ASYNC_DIR} } if [ "$#" -gt 1 ]; then