Skip to content
Snippets Groups Projects
Commit 5d65cf44 authored by Bob Mottram's avatar Bob Mottram
Browse files

Enable batman daemon

parent 5a2b0c0b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment