diff --git a/entrypoint.sh b/entrypoint.sh index 1b74877..ec595d4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -45,5 +45,5 @@ if [[ ! -z "${TARGET_RESULTS+x}" ]]; then fi if [ "${TARGET_CLEANUP:-}" = "true" ]; then - $(ssh_cmd "rm -fr ${TARGET_FOLDER}") + $(ssh_cmd "rm -r ${TARGET_FOLDER}") fi \ No newline at end of file