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

@ -134,6 +134,7 @@ the stream will be located at ```rtsp://IP_ADDRESS:8554/unicast```
Note: VLC seems to work fine for playback, ffmpeg and others have severe artifacts in the stream during playback. Huge credit to @mnakada for his libcallback library: https://github.com/mnakada/atomcam_tools
__WARNING__: If using the wyze app to view the live stream, viewing in "HD" or "SD" will not work. Select 360p to view the live stram in the app.
---
## Latest Updates

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