remove duplicate ssh check

This commit is contained in:
Alfonso Gamboa
2022-04-19 19:33:36 -07:00
parent b7c4615dbe
commit 54596ffd9c
2 changed files with 1 additions and 7 deletions

View File

@@ -35,13 +35,6 @@ swap_enable() {
fi
}
if [[ -d /configs/.ssh ]]; then
echo "dropbear ssh config dir present"
else
echo "dropbear ssh config dir not present, creating"
mkdir /configs/.ssh
fi
if [[ "$ENABLE_USB_ETH" == "true" ]]; then
swap_enable