1 2 3 4 5
#!/bin/sh # DF-0813 teardown (run as root). umount /mnt/h2 2>/dev/null || true vnconfig -u vn0 2>/dev/null || true echo "[teardown] done"