From 82ca9c18ffd11eded8c08af9ef4f9b1bff013a0f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 19 May 2015 21:23:45 +0100 Subject: [PATCH] New lines --- functions/fn_update_functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/fn_update_functions b/functions/fn_update_functions index be34069df..70841b597 100644 --- a/functions/fn_update_functions +++ b/functions/fn_update_functions @@ -9,6 +9,7 @@ fn_printdotsnl "Updating functions" fn_scriptlog "Updating functions" sleep 1 +echo -ne "\n" rm -rfv "${rootdir}/functions/"* exitcode=$? if [ "${exitcode}" == "0" ]; then @@ -18,4 +19,4 @@ else fn_printokfail "Updating functions" fn_scriptlog "Failure! Updating functions" fi -echo -ne "\n" +echo -ne "\n" \ No newline at end of file