Update reset.sh
This commit is contained in:
parent
da1dab956f
commit
f009a4f197
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,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
|
||||||
|
|
||||||
# Helper functions
|
# Helper functions
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue