Added forced removal of vm's in rm_customer.sh
This commit is contained in:
parent
417c089678
commit
3a685d5106
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user