Fork of official Bluesky PDS (Personal Data Server).

Merge pull request #265 from madmalkav/patch-1

Change --force to -f for compatibility

authored by

Alex Garnett and committed by
GitHub
e2d2d7d0 ca205660

+1 -1
+1 -1
pdsadmin.sh
··· 26 26 27 27 chmod +x "${SCRIPT_FILE}" 28 28 if "${SCRIPT_FILE}" "$@"; then 29 - rm --force "${SCRIPT_FILE}" 29 + rm -f "${SCRIPT_FILE}" 30 30 fi