mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
improved bytes validation
This commit is contained in:
parent
5a73b73b3b
commit
14be9aa777
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ is_package_full() {
|
|||
esac
|
||||
limit=$(grep "^$1=" $USER_DATA/user.conf | cut -f 2 -d \' )
|
||||
if [ "$used" -ge "$limit" ]; then
|
||||
echo "Error: Limit reached / Upgrade package"
|
||||
echo "Error: Limit reached / Upgrade package"
|
||||
log_event "$E_LIMIT" "$EVENT"
|
||||
exit $E_LIMIT
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue