diff --git a/rm_customer.sh b/rm_customer.sh index eca3d55..397355f 100755 --- a/rm_customer.sh +++ b/rm_customer.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash USER_DIR=./customers/$1 -(cd $USER_DIR && vagrant destroy) +(cd $USER_DIR && vagrant destroy -f) rm -rf $USER_DIR