This commit is contained in:
lelgenio 2019-12-26 11:42:25 -03:00
parent 8baaca89a3
commit a0f5f79957
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ disk_clean(){
do
vgremove "$vg" --yes
done
pvremove "$DRIVE"2 || true
}
#}}}
# Partition Drive{{{