update installer to install both bin/vdns and sbin/pdns scripts
This commit is contained in:
parent
9938f8059a
commit
bf7bdb45f8
|
@ -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)."
|
echo "Update /root/.pdns-credentials.ini with your settings (this is to be used with certbot-dns-powerdns)."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
chmod 755 sbin/*
|
||||||
|
cp sbin/* /usr/local/sbin/
|
||||||
|
|
||||||
chmod 755 bin/*
|
chmod 755 bin/*
|
||||||
cp bin/* /usr/local/bin/
|
cp bin/* /usr/local/bin/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user