7 lines
141 B
Bash
7 lines
141 B
Bash
#!/bin/sh
|
|
|
|
uci batch <<-EOF
|
|
add ucitrack freifunk_p2pblock
|
|
set ucitrack.@freifunk_p2pblock[-1].init=freifunk-p2pblock
|
|
commit ucitrack
|
|
EOF
|