From 5a7e954f6cac6da23598c140cea07f4cd7a91148 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Wed, 30 Jul 2014 17:33:00 +0200 Subject: [PATCH] Added placeholder cleanup function. --- backmeupscotty | 4 ++++ 1 file changed, 4 insertions(+) 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." } -- 2.39.5