1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Add vnstat2 workaround

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-07-10 19:43:01 +02:00
parent 9b827bf413
commit 497a2d2ddd

View file

@ -33,4 +33,6 @@ if [ ! -f /etc/crontabs/root ] || [ "$(cat /etc/crontabs/root | grep vnstat)" =
echo "0 */2 * * * /etc/init.d/vnstat_backup backup" >> /etc/crontabs/root
fi
ln -sf /usr/lib/libwebp.so /usr/lib/libwebp.so.7
exit 0