mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
interfaces: typo in script invoke
This commit is contained in:
parent
2d4163d764
commit
ef0d238ba1
@ -44,7 +44,7 @@ fi
|
||||
|
||||
/usr/local/sbin/configctl -d dns reload
|
||||
|
||||
UPTIME=$(opnsense/scripts/interfaces/ppp-uptime.sh ${IF})
|
||||
UPTIME=$(/usr/local/opnsense/scripts/interfaces/ppp-uptime.sh ${IF})
|
||||
if [ -n "${UPTIME}" -a -f "/conf/${IF}.log" ]; then
|
||||
echo $(date -j +%Y.%m.%d-%H:%M:%S) ${UPTIME} >> /conf/${IF}.log
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user