Change --force to -f for compatibility
Docker image runs BusyBox, if we want to run pdsadmin from within the docker image, rm --force will fail. Changed to rm -f as it is the POSIX way.
authored by madmalkav and committed by GitHub 6 months ago dcce1b29 00078b46