Update reset.sh

This commit is contained in:
Kroese 2024-05-03 11:12:59 +02:00 committed by GitHub
parent 6157cf1b40
commit 8b47d7a092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ echo
if (( (RAM_WANTED + 500000000) > RAM_AVAIL )); then if (( (RAM_WANTED + 500000000) > RAM_AVAIL )); then
error "Your configured RAM_SIZE of $WANTED_GB GB is higher than the $AVAIL_GB GB of memory available, please set a lower value." error "Your configured RAM_SIZE of $WANTED_GB GB is higher than the $AVAIL_GB GB of memory available, please set a lower value."
exit 15 exit 17
fi fi
# Cleanup files # Cleanup files