🐶 Sync 2022-11-15 20:51

This commit is contained in:
github-actions[bot] 2022-11-15 20:51:16 +08:00
parent 5dded7a633
commit 8ab1548867

View File

@ -5,6 +5,6 @@
[ -f /usr/share/netdata/webcn/dashboard_info.js ] && mv -f /usr/share/netdata/webcn/dashboard_info.js /usr/share/netdata/web/dashboard_info.js
[ -f /usr/share/netdata/webcn/main.js ] && mv -f /usr/share/netdata/webcn/main.js /usr/share/netdata/web/main.js
[ -f /usr/share/netdata/webcn/index.html ] && mv -f /usr/share/netdata/webcn/index.html /usr/share/netdata/web/index.html
[ -f /usr/share/netdata/webcn/netdata.init ] && mv -f /usr/share/netdata/webcn/netdata.init /etc/init.d/netdata
[ -f /usr/share/netdata/webcn/netdata.init ] && mv -f /usr/share/netdata/webcn/netdata.init /etc/init.d/netdata && chmod +x /etc/init.d/netdata
rm -rf /tmp/luci-modulecache /tmp/luci-indexcache*
exit 0