Enable batman daemon
This commit is contained in:
parent
5a2b0c0b1a
commit
5d65cf4467
|
@ -430,6 +430,11 @@ function disable_screen_lock {
|
||||||
dconf write /org/gnome/desktop/screensaver/lock-enabled false
|
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 [ -f /root/.initial_mesh_setup ]; then
|
||||||
if [ $1 ]; then
|
if [ $1 ]; then
|
||||||
MY_USERNAME=$1
|
MY_USERNAME=$1
|
||||||
|
@ -444,6 +449,7 @@ if [ -f /root/.initial_mesh_setup ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $'Beginning mesh node setup' >> $INSTALL_LOG
|
echo $'Beginning mesh node setup' >> $INSTALL_LOG
|
||||||
|
enable_batman_daemon
|
||||||
change_avahi_name
|
change_avahi_name
|
||||||
regenerate_ssh_host_keys
|
regenerate_ssh_host_keys
|
||||||
configure_zeronet_blog
|
configure_zeronet_blog
|
||||||
|
|
Loading…
Reference in New Issue