mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
9967161b80
* Add some more on_boot..d examples * Add ipt-enable-logs
8 lines
214 B
Bash
Executable File
8 lines
214 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
docker run -it --rm -v /mnt/data/scripts/ipt-enable-logs:/src -w /src --network=none golang:1.17.3 go build -v -o /src/ipt-enable-logs /src >&2
|
|
|
|
/mnt/data/scripts/ipt-enable-logs/ipt-enable-logs
|