From a0a2308ba52f072fbb4cc8d62152d8d8f74d3ddc Mon Sep 17 00:00:00 2001 From: henryk86 <166761451+henryk86@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:38:46 +0100 Subject: [PATCH] fixed typos (https://github.com/toniebox-reverse-engineering/teddycloud/issues/285 & https://github.com/toniebox-reverse-engineering/teddycloud/issues/286 ) --- .../tonieboxes/boxsetup/cc3200/CC3200BoxFlashingPage.tsx | 2 +- src/pages/tonieboxes/boxsetup/esp32/ESP32BoxFlashingPage.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/tonieboxes/boxsetup/cc3200/CC3200BoxFlashingPage.tsx b/src/pages/tonieboxes/boxsetup/cc3200/CC3200BoxFlashingPage.tsx index a5492a3e..41ba93f5 100644 --- a/src/pages/tonieboxes/boxsetup/cc3200/CC3200BoxFlashingPage.tsx +++ b/src/pages/tonieboxes/boxsetup/cc3200/CC3200BoxFlashingPage.tsx @@ -301,7 +301,7 @@ export const CC3200BoxFlashingPage = () => { {t("tonieboxes.cc3200BoxFlashing.installingBootloader.firstInstallation.installPreloaderText1")} - + {t("tonieboxes.cc3200BoxFlashing.installingBootloader.firstInstallation.installPreloaderText2")} diff --git a/src/pages/tonieboxes/boxsetup/esp32/ESP32BoxFlashingPage.tsx b/src/pages/tonieboxes/boxsetup/esp32/ESP32BoxFlashingPage.tsx index f7e994ec..9d1fb6d3 100644 --- a/src/pages/tonieboxes/boxsetup/esp32/ESP32BoxFlashingPage.tsx +++ b/src/pages/tonieboxes/boxsetup/esp32/ESP32BoxFlashingPage.tsx @@ -1568,8 +1568,8 @@ teddycloud --esp32-extract data/firmware/` +
                                                                 {`mv ${certDirWithMac}/CLIENT.DER ${certDirWithMac}/client.der
-mv ${certDirWithMac}/PRIVATE.DER ${certDir}/${certDirWithMac}/private.der
-mv ${certDirWithMac}/CA.DER ${certDir}/${certDirWithMac}/ca.der`}
+mv ${certDirWithMac}/PRIVATE.DER ${certDirWithMac}/private.der
+mv ${certDirWithMac}/CA.DER ${certDirWithMac}/ca.der`}