6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#! /usr/bin/env bash
|
|
#
|
|
# Replace IPv6 localhost in cluster-layout.zeek with IPv4 localhost.
|
|
|
|
sed "s/ip=\[::1\]/ip=127.0.0.1/"
|