M7350/oe-core/meta/recipes-connectivity/ppp/ppp-2.4.5/pon
2024-09-09 08:52:07 +00:00

10 lines
116 B
Bash

#!/bin/sh
if [ "$1" = "quick" ]
then
touch /var/run/ppp-quick
shift
fi
/usr/sbin/pppd call ${1:-provider}