diff --git a/src/reset.sh b/src/reset.sh index 8c95931..9113c2b 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -134,6 +134,8 @@ echo # Check memory +[[ "${FS,,}" == "zfs" ]] && RAM_CHECK="N" + if [[ "$RAM_CHECK" != [Nn]* ]]; then if (( (RAM_WANTED + RAM_SPARE) > RAM_AVAIL )); then error "Your configured RAM_SIZE of $WANTED_GB GB is too high for the $AVAIL_GB GB of memory available, please set a lower value."