Skip to content

Commit

Permalink
Update 2020-06-19
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Jun 19, 2020
1 parent 16b4f22 commit 584e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nems-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo Pushing NEMS update: $comment
echo ""
read -s -p "Github Password: " password

ram=$(grep MemTotal /proc/meminfo | awk '{print $2 * 1024 /2}')
ram=$(grep MemTotal /proc/meminfo | awk '{print $2 * 1024}')
ram=$(( ${ram}*80/100 ))
ramMB=$(( ${ram}/1024/1024 ))
echo ""
Expand Down

0 comments on commit 584e477

Please sign in to comment.