Missing fix

pull/6772/head
Andras Fekete 2023-09-12 17:06:54 -04:00
parent e4b211bee9
commit 971df19c5c
1 changed files with 1 additions and 1 deletions

View File

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