X-Git-Url: http://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/055e3ffadca7fb5b75a8625de2005f40c888afa9..5a7e954f6cac6da23598c140cea07f4cd7a91148:/backmeupscotty 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." }