mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-10 06:39:30 -05:00
18 lines
227 B
Bash
Executable File
18 lines
227 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
. /lib/blue-merle/functions.sh
|
|
|
|
START=81
|
|
STOP=99
|
|
|
|
start() {
|
|
/lib/blue-merle/mac-wipe.sh
|
|
CHECKMACSYMLINK
|
|
RESET_BSSIDS
|
|
}
|
|
|
|
stop() {
|
|
/lib/blue-merle/mac-wipe.sh
|
|
}
|
|
|