|
@@ -45,12 +45,12 @@ function install_final {
|
45
|
45
|
echo ''
|
46
|
46
|
|
47
|
47
|
echo $"
|
48
|
|
- *** ${PROJECT_NAME} installation is complete ***
|
|
48
|
+*** ${PROJECT_NAME} installation is complete ***
|
49
|
49
|
|
50
|
|
- If you wish to verify the server ssh public key at next login it is:
|
51
|
|
- $(get_ssh_server_key)
|
|
50
|
+If you wish to verify the server ssh public key at next login it is:
|
|
51
|
+$(get_ssh_server_key)
|
52
|
52
|
|
53
|
|
- Ensure that ports are forwarded from your internet router
|
|
53
|
+Ensure that ports are forwarded from your internet router
|
54
|
54
|
"
|
55
|
55
|
echo ''
|
56
|
56
|
|