Skip to content

Commit

Permalink
Merge pull request #15 from mschabhuettl/update-from-original-repo
Browse files Browse the repository at this point in the history
Update from Original Repository
  • Loading branch information
mschabhuettl authored Dec 8, 2024
2 parents ec82c86 + f338759 commit 7c855d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/build.func
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ install_script() {

check_container_resources() {
# Check actual RAM & Cores
current_ram=$(free -m | awk '/^Mem:/{print $2}')
current_ram=$(free -m | awk 'NR==2{print $2}')
current_cpu=$(nproc)

# Check whether the current RAM is less than the required RAM or the CPU cores are less than required
Expand Down

0 comments on commit 7c855d0

Please sign in to comment.