Unnötigen Output aus Teil zu teilweise vorhandenen Partitionen entfernt.
This commit is contained in:
parent
8f5dded6ae
commit
13f5e8d458
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ else
|
||||||
echo " Partitionen teilweise vorhanden."
|
echo " Partitionen teilweise vorhanden."
|
||||||
echo " Fehlende Partitionen:"
|
echo " Fehlende Partitionen:"
|
||||||
for part in "${!PARTITIONS_PRESENT[@]}"; do
|
for part in "${!PARTITIONS_PRESENT[@]}"; do
|
||||||
echo "- $part"
|
|
||||||
if [[ ${PARTITIONS_PRESENT[$part]} -eq 0 ]]; then
|
if [[ ${PARTITIONS_PRESENT[$part]} -eq 0 ]]; then
|
||||||
case $part in
|
case $part in
|
||||||
"ROOT" )
|
"ROOT" )
|
||||||
|
|
Loading…
Reference in a new issue