Files
dsk-iac/kubespray/roles/network_plugin/macvlan/files/ifup-local
havelight-ee 4c32a7239d update
2023-05-30 14:44:26 +09:00

7 lines
118 B
Bash
Executable File

#!/bin/bash
POSTUPNAME="/etc/sysconfig/network-scripts/post-up-$1"
if [ -x $POSTUPNAME ]; then
exec $POSTUPNAME
fi