This commit is contained in:
Mike Reeves
2023-01-12 10:41:54 -05:00
parent 8fa8b89d9c
commit 8c5a060a80
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
SOVERSION=$(cat ../VERSION)
mkdir -p /nsm
total_mem=$(grep MemTotal /proc/meminfo | awk '{print $2}' | sed -r 's/.{3}$//')
export total_mem