* Merge gluon-alfred-ffmap into gluon-alfred * Use gluon-crond instead of alfred's "facter" mechanism based on the broken busybox crond
17 lines
324 B
Bash
Executable File
17 lines
324 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. /lib/functions.sh
|
|
|
|
uci_remove alfred alfred
|
|
|
|
uci_add alfred alfred alfred
|
|
uci_set alfred alfred interface 'br-client'
|
|
uci_set alfred alfred mode 'slave'
|
|
uci_set alfred alfred batmanif 'bat0'
|
|
uci_set alfred alfred start_vis '1'
|
|
uci_set alfred alfred run_facters '0'
|
|
|
|
uci_commit alfred
|
|
|
|
/etc/init.d/alfred enable
|