chore: update scripts
This commit is contained in:
parent
cfb9b7c591
commit
62cb0f8afd
7 changed files with 24 additions and 22 deletions
|
|
@ -7,9 +7,9 @@ echo "==> Destroying VMs"
|
|||
"$SCRIPT_DIR/vm/destroy.sh"
|
||||
|
||||
echo "==> Tearing down local WireGuard"
|
||||
sudo "$SCRIPT_DIR/local/teardown-wireguard.sh"
|
||||
"$SCRIPT_DIR/local/teardown-wireguard.sh"
|
||||
|
||||
echo "==> Removing local /etc/hosts entries"
|
||||
sudo "$SCRIPT_DIR/local/teardown-hosts.sh"
|
||||
"$SCRIPT_DIR/local/teardown-hosts.sh"
|
||||
|
||||
echo "==> Done. Run scripts/provision.sh to start over."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue