Variable name ezjail_imagerestbytes did not match ezjail_imagerestbyte
This commit is contained in:
parent
93ff02cf65
commit
65310b7582
@ -169,7 +169,7 @@ create)
|
|||||||
_val=`echo $(( ${_val} ))`
|
_val=`echo $(( ${_val} ))`
|
||||||
[ $? -eq 0 ] || exerr "Error: The image size you specified is somehow incomprehensible."
|
[ $? -eq 0 ] || exerr "Error: The image size you specified is somehow incomprehensible."
|
||||||
ezjail_imageblockcount=$(( ${_val} / 1048576 ))
|
ezjail_imageblockcount=$(( ${_val} / 1048576 ))
|
||||||
ezjail_imagerestbyte=$(( ${_val} % 1048576 ))
|
ezjail_imagerestbytes=$(( ${_val} % 1048576 ))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check, whether ezjail-update has been called. existence of
|
# check, whether ezjail-update has been called. existence of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user