Explorar el Código

clear-functions now removes the _default.cfg

Daniel Gibbs hace 8 años
padre
commit
514ec0e686
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lgsm/functions/command_dev_clear_functions.sh

+ 1 - 0
lgsm/functions/command_dev_clear_functions.sh

@@ -10,5 +10,6 @@ echo "================================="
 echo ""
 if fn_prompt_yn "Do you want to delete all functions?" Y; then
 	rm -rfv "${functionsdir}"/*
+	rm -rfv "${configdirdefault}"/*
 fi
 core_exit.sh