From c68120d55e4ee2446ee3c5e0df596b108c083fc2 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sat, 18 Mar 2023 16:38:08 -0700 Subject: [PATCH] echo full rm command --- bin/vmail-domains-imp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vmail-domains-imp.sh b/bin/vmail-domains-imp.sh index 706ae93..8acc0c2 100755 --- a/bin/vmail-domains-imp.sh +++ b/bin/vmail-domains-imp.sh @@ -74,7 +74,7 @@ elif [[ -z $domains_id ]] ; then echo echo "Vmail import complete. If it's no longer need you can remove the data dir:" - echo "/var/vmail/$domain/.exp/" + echo "rm -r /var/vmail/$domain/.exp/" else