No ssh tor config when installing mesh
This commit is contained in:
parent
1af4c14ad3
commit
6479b5c9d5
|
@ -3619,6 +3619,9 @@ function initial_setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
function allow_ssh_to_onion_address {
|
function allow_ssh_to_onion_address {
|
||||||
|
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
if [ ! -d /home/$MY_USERNAME/.ssh ]; then
|
if [ ! -d /home/$MY_USERNAME/.ssh ]; then
|
||||||
mkdir /home/$MY_USERNAME/.ssh
|
mkdir /home/$MY_USERNAME/.ssh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue