Browse Source

corrected "

Daniel Gibbs 8 years ago
parent
commit
4503decfff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lgsm/functions/command_dev_clear_functions.sh

+ 1 - 1
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