Browse Source

corrected "

pull/1936/head
Daniel Gibbs 7 years ago
parent
commit
4503decfff
  1. 2
      lgsm/functions/command_dev_clear_functions.sh

2
lgsm/functions/command_dev_clear_functions.sh

@ -9,6 +9,6 @@ echo "Clear Functions"
echo "=================================" echo "================================="
echo "" echo ""
if fn_prompt_yn "Do you want to delete all functions?" Y; then if fn_prompt_yn "Do you want to delete all functions?" Y; then
rm -rfv "${functionsdir}/*" rm -rfv "${functionsdir}"/*
fi fi
core_exit.sh core_exit.sh
Loading…
Cancel
Save