Update change-le-server.sh

This commit is contained in:
2019-01-30 10:18:31 -06:00
parent efc977808d
commit 73d8ae7b70

View File

@@ -3,3 +3,6 @@
sed -i 's/10.10.10.80/10.5.10.56/g' /etc/fstab
ssh-copy-id -f le@10.5.10.56
mount -a
if [ -f /opt/copycerts.sh ]; then
/opt/copycerts.sh
fi