"Oliver Elphick" <[email protected]> writes: > case answer in > y|Y|YES|yes|Yes) > rm -rf postgres/data > ;;
Should you not add
*) echo "Purge aborted."; exit 1;;
?
Guy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

