From 9b98cf08c062ea94d2a1954cf9e9970e04187608 Mon Sep 17 00:00:00 2001 From: archandanime <36922812+archandanime@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:46:44 +0700 Subject: [PATCH] Fix accidental paste --- SD_ROOT/wz_mini/etc/init.d/S11configbackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SD_ROOT/wz_mini/etc/init.d/S11configbackup b/SD_ROOT/wz_mini/etc/init.d/S11configbackup index c2f39ad..157c07e 100644 --- a/SD_ROOT/wz_mini/etc/init.d/S11configbackup +++ b/SD_ROOT/wz_mini/etc/init.d/S11configbackup @@ -20,7 +20,7 @@ case "$1" in echo "Creating factory config backup directory" mkdir /opt/wyze_config_backup touch /opt/wyze_config_backup/BACKUP_THESE_FILES.md - echo "These files are the c. /opt/wz_mini/wz_mini.confloud credentials unique to your camera. Back them up in case your camera's flash becomes corrupted. The camera will NEVER connect to the cloud if they are wiped from the camera." > /opt/wyze_config_backup/BACKUP_THESE_FILES.md + echo "These files are the cloud credentials unique to your camera. Back them up in case your camera's flash becomes corrupted. The camera will NEVER connect to the cloud if they are wiped from the camera." > /opt/wyze_config_backup/BACKUP_THESE_FILES.md fi if [ -f /opt/wz_mini/tmp/.T31 ]; then