Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Aug 28, 2017
1 parent 9e6f0cd commit 1c294e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ memory_ok () {
if [ -z "$min_mem" ]; then
min_mem=1048576
fi
echo $min_mem
# Check the available RAM and swap
mem_total=$(awk '/MemTotal/ {print $2}' /proc/meminfo)
swap_total=$(awk '/SwapTotal/ {print $2}' /proc/meminfo)
Expand Down

0 comments on commit 1c294e0

Please sign in to comment.