make USRMB settable
This commit is contained in:
parent
e5079dfc02
commit
d8d63f0e07
1 changed files with 6 additions and 1 deletions
|
@ -135,7 +135,12 @@ do
|
|||
esac
|
||||
done
|
||||
|
||||
USRMB=550
|
||||
if [ ! "$USRMB" ]
|
||||
then USRMB=550
|
||||
fi
|
||||
|
||||
echo $USRMB MB
|
||||
|
||||
USRKB=$(($USRMB*1024))
|
||||
USRBLOCKS=$(($USRMB * 1024 * 1024 / $BS))
|
||||
USRSECTS=$(($USRMB * 1024 * 2))
|
||||
|
|
Loading…
Reference in a new issue