No quotes

This commit is contained in:
Bob Mottram 2016-10-01 14:25:11 +01:00
parent 85612b58e3
commit c81f5af6c6
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ function show_domains {
onion_address=$(cat ${COMPLETION_FILE} | grep "${app_name} onion domain" | head -n 1 | awk -F ':' '{print $2}')
fi
echo -n -e "$(pad_string '${app_name}')"
echo -n -e "$(pad_string ${app_name})"
echo -n -e "$(pad_string ${icann_address})"
echo "${onion_address}"
done