From 514ec0e686dfb0b2e80880e05c6f9f3b6d20b24e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 16 Jun 2018 17:03:20 +0100 Subject: [PATCH] clear-functions now removes the _default.cfg --- lgsm/functions/command_dev_clear_functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/command_dev_clear_functions.sh b/lgsm/functions/command_dev_clear_functions.sh index e7e091c64..40f781d72 100644 --- a/lgsm/functions/command_dev_clear_functions.sh +++ b/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 \ No newline at end of file