fix(searxng): remove orphaned fi causing syntax error (#12283)

This commit is contained in:
Mark
2026-02-24 14:15:34 +00:00
committed by GitHub
parent af24e42919
commit b3eb937d55

View File

@@ -52,7 +52,6 @@ function update_script() {
systemctl start searxng systemctl start searxng
msg_ok "Started Services" msg_ok "Started Services"
msg_ok "Updated successfully!" msg_ok "Updated successfully!"
fi
exit exit
} }
start start