From 26b687f92bf648b6a87aac224ddbf8ef538e572d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 19 Sep 2018 23:23:44 -0600 Subject: [PATCH] Added call to quit function at end of script --- backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup.sh b/backup.sh index 464ae1b..6d7ad9a 100755 --- a/backup.sh +++ b/backup.sh @@ -230,6 +230,8 @@ else fi +### Exit script +quit # This code should not be executed since the 'quit' function should terminate # this script. Therefore, exit with code 99 if we get to this point.