7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Gluon=/luci-static/gluon
|
|
commit luci
|
|
EOF
|
|
|