From: Alexander Schmidt Date: Wed, 30 Jul 2014 15:33:00 +0000 (+0200) Subject: Added placeholder cleanup function. X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/commitdiff_plain/5a7e954f6cac6da23598c140cea07f4cd7a91148 Added placeholder cleanup function. --- diff --git a/backmeupscotty b/backmeupscotty index 88a8739..3f68b1f 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -125,6 +125,10 @@ function cleanup_abort { exit } +function cleanup { + scottyinfo "No cleanup function was defined." +} + function prepare { scottyinfo "No prepare function was defined." }