force removal - to not trigger rm -i behaviour in type

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-09 15:26:49 +01:00
parent 7a6ebd2c6d
commit 7d0671e529
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ case "$state_should" in
absent)
# Only delete if it exists
if [ yes = "$(cat "$__object/explorer/exists")" ]; then
echo rm -r \"$destination\"
echo rm -rf \"$destination\"
fi
;;