#!/bin/sh
if [ -x /usr/bin/vnstat ] && [ -w /var/lib/vnstat/ppp0 ]; then /usr/bin/vnstat -r --enable -i ppp0; fi
