gluon/package/gluon-ddhcpd/files/etc/ddhcp-hook.sh

7 lines
53 B
Bash
Executable File

#!/bin/sh
for i in /etc/ddhcpd.d/*
do
$i "$@"
done