firmware/bsp/default/root_file_system/etc/rc.local
Christian Dresel 4cd8b8eac2 Add fff-hoods
This package connects to keyxchangev2

Signed-off-by: Christian Dresel <fff@chrisi01.de>
Signed-off-by: Jan Kraus <mayosemmel@gmail.com>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2017-10-15 17:30:24 +02:00

14 lines
224 B
Bash
Executable File

#!/bin/sh
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
/usr/sbin/configurenetwork
sleep 3
/usr/sbin/configurehood
touch /tmp/started
exit 0