new tls refesh script

This commit is contained in:
rootzoll 2020-05-28 14:54:09 +02:00
parent a0f97e7f65
commit 78771e6d0c

View file

@ -129,7 +129,7 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
fi
# refresh TLS cert
sudo /home/admin/config.scripts/lnd.newtlscert.sh
sudo /home/admin/config.scripts/lnd.tlscert.sh refresh
echo "may needs reboot to run normal again"
exit 0