mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-14 03:14:58 +08:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/sh
|
|
|
|
sed -i "s/initTabs();$/initTabs();loadDashboard();/" /usr/share/netdata/web/index.html
|
|
|
|
exit 0
|