Quellcode durchsuchen

remove duplicate ssh check

Alfonso Gamboa vor 4 Jahren
Ursprung
Commit
54596ffd9c
2 geänderte Dateien mit 1 neuen und 7 gelöschten Zeilen
  1. 1 0
      README.md
  2. 0 7
      SD_ROOT/wz_mini/run_mmc.sh

+ 1 - 0
README.md

@@ -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

+ 0 - 7
SD_ROOT/wz_mini/run_mmc.sh

@@ -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