Browse Source

corrected "

Daniel Gibbs 8 năm trước cách đây
mục cha
commit
4503decfff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ""
 if fn_prompt_yn "Do you want to delete all functions?" Y; then
-	rm -rfv "${functionsdir}/*"
+	rm -rfv "${functionsdir}"/*
 fi
 core_exit.sh