Daniel Gibbs 8 rokov pred
rodič
commit
4503decfff

+ 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