Explorar o código

clear-functions now removes the _default.cfg

Daniel Gibbs %!s(int64=8) %!d(string=hai) anos
pai
achega
514ec0e686
Modificáronse 1 ficheiros con 1 adicións e 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