Skip to content

Commit

Permalink
ensure checkfor_lowmem function works with lowmemcheck function
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Apr 3, 2017
1 parent b2b8f81 commit e6fb05c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/memcheck.inc
Expand Up @@ -13,6 +13,9 @@ TOTALMEMMB=`echo "scale=0;$TOTALMEM/1024" | bc`
ISLOWMEMMB=`echo "scale=0;$ISLOWMEM/1024" | bc`
CHECKLOWMEM=`expr $TOTALMEM \< $ISLOWMEM`
#############################################################
# function checks if persistent config file has low mem variable enabled
# LOWMEM_INSTALL='y'
checkfor_lowmem

lowmemcheck() {

Expand Down

0 comments on commit e6fb05c

Please sign in to comment.