ungleich-learning-circle/youngjin.han/dot-cdist/type/__my_firewall/manifest

12 lines
155 B
Bash
Executable File

#!/bin/sh -e
if [ -x nft ]; then
echo "nft is founded"
else
echo "nft is not founded"
exit 1
fi
__file /etc/my_nftables \
--mode 0644