mirror of
https://github.com/twisterarmy/twister-cli-installer.git
synced 2025-03-12 21:31:24 +00:00
add 28333 port opening example for the remote ssl runners
This commit is contained in:
parent
ba2f5c320a
commit
4bf4f502a0
@ -173,7 +173,11 @@ function install() {
|
||||
echo "Installation process completed!"
|
||||
|
||||
if [[ $SSL == "y" ]]; then
|
||||
echo "You can run SSL node by using following command: ./twisterd -rpcssl"
|
||||
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"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user