Browse Source

Missing fix

Andras Fekete 7 months ago
parent
commit
971df19c5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      async-check.sh

+ 1 - 1
async-check.sh

@@ -75,7 +75,7 @@ function Test() {
 function Remove() {
     UnlinkFiles
 
-    rm -rf ./async
+    rm -rf ${ASYNC_DIR}
 }
 
 if [ "$#" -gt 1 ]; then