Added forced removal of vm's in rm_customer.sh

This commit is contained in:
strNophix 2022-02-23 15:45:24 +01:00
parent 417c089678
commit 3a685d5106

View File

@ -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