update installer to install both bin/vdns and sbin/pdns scripts

This commit is contained in:
Matthew Saunders Brown 2024-02-07 12:23:17 -08:00
parent 9938f8059a
commit bf7bdb45f8

View File

@ -21,6 +21,9 @@ if [[ ! -f /root/.pdns-credentials.ini ]]; then
echo "Update /root/.pdns-credentials.ini with your settings (this is to be used with certbot-dns-powerdns)."
fi
chmod 755 sbin/*
cp sbin/* /usr/local/sbin/
chmod 755 bin/*
cp bin/* /usr/local/bin/