begin ethtool executor-script (as part of EXECUTOR_SCRIPTS_OPT).

This commit is contained in:
Ariadne Conill 2020-09-21 08:04:10 -06:00
parent a8fcf5502f
commit 63ec8d4b3b
2 changed files with 4 additions and 1 deletions

View file

@ -89,7 +89,8 @@ EXECUTOR_SCRIPTS_OPT ?= \
vrf \
tunnel \
gre \
wireguard
wireguard \
ethtool
EXECUTOR_SCRIPTS ?= ${EXECUTOR_SCRIPTS_CORE} ${EXECUTOR_SCRIPTS_OPT}

2
executor-scripts/linux/ethtool Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
set -e