diff options
Diffstat (limited to 'www/openacs/files/pkg-deinstall.in')
-rw-r--r-- | www/openacs/files/pkg-deinstall.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/openacs/files/pkg-deinstall.in b/www/openacs/files/pkg-deinstall.in index 1d464d82ef75..f3a321c4cd3b 100644 --- a/www/openacs/files/pkg-deinstall.in +++ b/www/openacs/files/pkg-deinstall.in @@ -16,7 +16,7 @@ if ${PW} usershow "${OPENACS_USER}" 2>/dev/null 1>&2; then echo "To delete ${OPENACS_USER} user permanently, use the following command:" echo "${PW} userdel \"${OPENACS_USER}\"" fi -if ${PW} usershow "${OPENACS_GROUP}" 2>/dev/null 1>&2; then +if ${PW} groupshow "${OPENACS_GROUP}" 2>/dev/null 1>&2; then echo "" echo "To delete ${OPENACS_GROUP} group permanently, use the following command:" echo "${PW} groupdel \"${OPENACS_GROUP}\"" |