Enable batman daemon

This commit is contained in:
Bob Mottram 2016-06-26 12:41:12 +01:00
parent 5a2b0c0b1a
commit 5d65cf4467
1 changed files with 6 additions and 0 deletions

View File

@ -430,6 +430,11 @@ function disable_screen_lock {
dconf write /org/gnome/desktop/screensaver/lock-enabled false
}
function enable_batman_daemon {
systemctl enable batman
systemctl daemon-reload
}
if [ -f /root/.initial_mesh_setup ]; then
if [ $1 ]; then
MY_USERNAME=$1
@ -444,6 +449,7 @@ if [ -f /root/.initial_mesh_setup ]; then
fi
echo $'Beginning mesh node setup' >> $INSTALL_LOG
enable_batman_daemon
change_avahi_name
regenerate_ssh_host_keys
configure_zeronet_blog