mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
dont prevent raid off
This commit is contained in:
parent
f98f4c6953
commit
a754ada08e
@ -104,6 +104,8 @@ if [ ${hddGotBlockchain} -eq 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# now partition/format HDD
|
||||
echo
|
||||
echo "# --> Formatting HDD/SSD ..."
|
||||
|
@ -687,10 +687,6 @@ if [ "$1" = "raid" ]; then
|
||||
fi
|
||||
>&2 echo "# RAID - Adding raid drive to RaspiBlitz data drive"
|
||||
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"
|
||||
else
|
||||
>&2 echo "# possible 2nd parameter is 'on' or 'off'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user