Skip to content
Snippets Groups Projects
Verified Commit 69f05494 authored by Martin Weise's avatar Martin Weise
Browse files

Updated install script

parent e315864f
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ if [[ $SKIP_CHECKS -eq 0 ]]; then ...@@ -29,7 +29,7 @@ if [[ $SKIP_CHECKS -eq 0 ]]; then
else else
echo "vCPU ${CPU} OK" echo "vCPU ${CPU} OK"
fi fi
RAM=$(free -g -t | awk 'NR==2 {print $4}') RAM=$(free -g -t | awk 'NR==2 {print $7}')
if [[ $RAM -lt $MIN_RAM ]]; then if [[ $RAM -lt $MIN_RAM ]]; then
echo "You do not have enough RAM free resources:" echo "You do not have enough RAM free resources:"
echo "" echo ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment