Added forced removal of vm's in rm_customer.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
USER_DIR=./customers/$1
|
USER_DIR=./customers/$1
|
||||||
(cd $USER_DIR && vagrant destroy)
|
(cd $USER_DIR && vagrant destroy -f)
|
||||||
rm -rf $USER_DIR
|
rm -rf $USER_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user