Browse Source

New lines

pull/393/head
Daniel Gibbs 10 years ago
parent
commit
82ca9c18ff
  1. 3
      functions/fn_update_functions

3
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"
Loading…
Cancel
Save