mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
fix syntax
This commit is contained in:
@@ -326,7 +326,7 @@ if [ "$1" = "status" ]; then
|
||||
bootFromSD=1
|
||||
|
||||
# force RaspberryPi with small NVMe to boot from SD (old NVMe 1TB setups)
|
||||
elif [ "${computerType}" == "raspberrypi" ] && [ ${#storageSizeGB} -gt 0 ] && [ ${storageSizeGB} -lt $((storageFullMinGB + dataMinGB + systemMinGB)) ] then
|
||||
elif [ "${computerType}" == "raspberrypi" ] && [ ${#storageSizeGB} -gt 0 ] && [ ${storageSizeGB} -lt $((storageFullMinGB + dataMinGB + systemMinGB)) ]; then
|
||||
echo "# NVMe too small to also host system - keep booting from SD card"
|
||||
bootFromStorage=0
|
||||
bootFromSD=1
|
||||
|
Reference in New Issue
Block a user