8 lines
73 B
Bash
8 lines
73 B
Bash
#!/bin/bash
|
|
|
|
|
|
umount /var/lib/docker
|
|
|
|
vgremove datavg
|
|
|
|
pvremove /dev/vdb1 |