Don't configure ssh if it isn't installed

This commit is contained in:
Bob Mottram 2016-08-11 22:39:20 +01:00
parent cdfaa8cca7
commit 7eed6ef862
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ following commands, then enter your details.
}
configure_ssh() {
if [[ $VARIANT == "mesh" || $VARIANT == "meshclient" || $VARIANT != "meshusb" ]]; then
if [[ $VARIANT == "mesh" || $VARIANT == "meshclient" || $VARIANT == "meshusb" ]]; then
return
fi