No ssh tor config when installing mesh

This commit is contained in:
Bob Mottram 2016-05-27 09:06:25 +01:00
parent 1af4c14ad3
commit 6479b5c9d5
No known key found for this signature in database
GPG Key ID: BA68F26108DC9F87
1 changed files with 3 additions and 0 deletions

View File

@ -3619,6 +3619,9 @@ function initial_setup {
}
function allow_ssh_to_onion_address {
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
return
fi
if [ ! -d /home/$MY_USERNAME/.ssh ]; then
mkdir /home/$MY_USERNAME/.ssh
fi