10 lines
100 B
Bash
Executable File
10 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
stop_6rd() {
|
|
local ARG=stop
|
|
local WANID=${WANID:-0}
|
|
base_call_initd '6rd'
|
|
}
|
|
|
|
stop_6rd
|