Tidying
This commit is contained in:
parent
a8fb9cfea4
commit
d887ed4631
|
@ -368,15 +368,6 @@ function show_tahoelafs {
|
|||
echo ''
|
||||
}
|
||||
|
||||
function show_ssh_public_key {
|
||||
echo $'SSH Public Keys'
|
||||
echo '==============='
|
||||
echo ''
|
||||
get_ssh_server_key
|
||||
echo ''
|
||||
echo ''
|
||||
}
|
||||
|
||||
function show_about {
|
||||
detect_apps
|
||||
get_apps_installed_names
|
||||
|
@ -384,7 +375,6 @@ function show_about {
|
|||
#clear
|
||||
#echo "==== ${PROJECT_NAME} version ${VERSION} ($DEBIAN_VERSION) ===="
|
||||
#echo ''
|
||||
#show_ssh_public_key
|
||||
show_domains
|
||||
#show_users
|
||||
#any_key
|
||||
|
|
Loading…
Reference in New Issue