فهرست منبع

clear-functions now removes the _default.cfg

Daniel Gibbs 8 سال پیش
والد
کامیت
514ec0e686
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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