add 28333 port opening example for the remote ssl runners

This commit is contained in:
ghost 2021-12-24 00:38:36 +02:00
parent ba2f5c320a
commit 4bf4f502a0

View File

@ -173,8 +173,12 @@ function install() {
echo "Installation process completed!" echo "Installation process completed!"
if [[ $SSL == "y" ]]; then if [[ $SSL == "y" ]]; then
if [[ $REMOTE == "y" ]]; then
echo "You can run SSL node by using following command: ./twisterd -rpcssl -port=28333"
else
echo "You can run SSL node by using following command: ./twisterd -rpcssl" echo "You can run SSL node by using following command: ./twisterd -rpcssl"
fi fi
fi
} }
initialCheck initialCheck