Browse Source

removed exit

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
7f8cae0c41
  1. 1
      lgsm/functions/command_update_functions.sh

1
lgsm/functions/command_update_functions.sh

@ -34,7 +34,6 @@ if [ -n "${functionsdir}" ]; then
echo "rm -rfv ${functionsdir}/${functionfile}"
rm -rfv "${functionsdir}/${functionfile}"
fn_update_function
core_exit.sh
fi
done
fi

Loading…
Cancel
Save