mirror of
https://github.com/twisterarmy/twister-cli-installer.git
synced 2025-01-01 19:45:35 +00:00
add 28333 port opening example for the remote ssl runners
This commit is contained in:
parent
ba2f5c320a
commit
4bf4f502a0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user