6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.fr='Francais'
|
|
commit luci
|
|
EOF
|
|
|