Skip to content
Snippets Groups Projects
Commit 4bf3a5a0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Same line

parent 32cc9f86
No related branches found
No related tags found
No related merge requests found
......@@ -471,8 +471,7 @@ function show_mirrors_password {
echo '============='
echo ''
echo -n "URL: "
echo "$(cat ${COMPLETION_FILE} | grep 'ssh onion domain' | awk -F ':' '{print $2}')"
echo "SSH Port: $SSH_PORT"
echo "$(cat ${COMPLETION_FILE} | grep 'ssh onion domain' | awk -F ':' '{print $2}') SSH Port: $SSH_PORT"
echo "Password: $MY_MIRRORS_PASSWORD"
echo ''
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment