1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge branch 'test' into develop

This commit is contained in:
suyuan 2023-05-30 14:47:05 +08:00
commit 0d810056c1
10 changed files with 352 additions and 25 deletions

View file

@ -33,6 +33,7 @@ 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
# Fix libwebp link
ln -sf $(find /usr/lib -type f -name "libwebp.so.*" | tail -1) /usr/lib/libwebp.so
exit 0