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