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

Remove function which otherwise is called twice

parent 43cfe1ba
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,6 @@ function change_system_local_name {
if grep -q "host-name=$NEW_SYSTEM_NAME" /etc/avahi/avahi-daemon.conf; then
install_web_admin
systemctl restart webadmin
searx_set_base_url
systemctl restart searx
if [ "$NEW_SYSTEM_NAME_INTERACTIVE" ]; then
dialog --title $"New local network name" \
......
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