Update linupx-scripts.sh

This commit is contained in:
2022-11-05 12:16:07 -05:00
parent 61e6ae4c87
commit 1e237cc553

View File

@@ -416,13 +416,12 @@ CHANGECOPYCERTS_INSTALL() {
echo ""
ssh-copy-id le@keepalived.scity.us
echo
sed -i 's/scp le@webserver.scity.us:\/etc\/letsencrypt\/live/scp le@keepalived.scity.us:\/opt\/nginx-proxy\/ssl/' /opt/copycerts.sh
/opt/copycerts.sh
echo ""
echo -e "${Green}copycerts.sh has been updated${Color_Off}"
echo ""
echo -e "${LightCyan}To run, use the command: speedtest${Color_Off}"
if [ ${action-x} ]; then exit 0; fi
read -n 1 -s -p "Press any key to continue";;
esac