diff options
-rwxr-xr-x | helpers/lh_clean | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean index 95cf60b..eff7aac 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -110,6 +110,11 @@ do --purge) "${0}" --all "${0}" --cache + + if [ -e scripts/config ] + then + rm -f .stage/config + fi ;; --stage) |