Bedingung zum Output hinzugefügt.
This commit is contained in:
parent
f36f3cd9e9
commit
92d1f7d3b2
1 changed files with 16 additions and 14 deletions
|
@ -64,6 +64,7 @@ else
|
||||||
echo " Fehlende Partitionen:"
|
echo " Fehlende Partitionen:"
|
||||||
for part in "${!PARTITIONS_PRESENT[@]}"; do
|
for part in "${!PARTITIONS_PRESENT[@]}"; do
|
||||||
echo "- $part"
|
echo "- $part"
|
||||||
|
if [[ ${PARTITIONS_PRESENT[$part]} -eq 0 ]]; then
|
||||||
case $part in
|
case $part in
|
||||||
"ROOT" )
|
"ROOT" )
|
||||||
echo " - Root-Partition"
|
echo " - Root-Partition"
|
||||||
|
@ -78,6 +79,7 @@ else
|
||||||
echo " - ESP-Partition"
|
echo " - ESP-Partition"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
echo ""
|
echo ""
|
||||||
echo " =================================================================================="
|
echo " =================================================================================="
|
||||||
|
|
Loading…
Reference in a new issue