mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
dont prevent raid off
This commit is contained in:
@@ -104,6 +104,8 @@ if [ ${hddGotBlockchain} -eq 0 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# now partition/format HDD
|
# now partition/format HDD
|
||||||
echo
|
echo
|
||||||
echo "# --> Formatting HDD/SSD ..."
|
echo "# --> Formatting HDD/SSD ..."
|
||||||
|
@@ -687,10 +687,6 @@ if [ "$1" = "raid" ]; then
|
|||||||
fi
|
fi
|
||||||
>&2 echo "# RAID - Adding raid drive to RaspiBlitz data drive"
|
>&2 echo "# RAID - Adding raid drive to RaspiBlitz data drive"
|
||||||
elif [ "$2" = "off" ]; then
|
elif [ "$2" = "off" ]; then
|
||||||
if [ ${isRaid} -eq 0 ]; then
|
|
||||||
>&2 echo "# OK - already OFF"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
>&2 echo "# RAID - Removing raid drive to RaspiBlitz data drive"
|
>&2 echo "# RAID - Removing raid drive to RaspiBlitz data drive"
|
||||||
else
|
else
|
||||||
>&2 echo "# possible 2nd parameter is 'on' or 'off'"
|
>&2 echo "# possible 2nd parameter is 'on' or 'off'"
|
||||||
|
Reference in New Issue
Block a user