Fixed message when wyze_config_backup exists (#592)

This commit is contained in:
87435
2023-09-18 05:44:37 +03:00
committed by GitHub
parent d9c2c160b1
commit f65b076aa2

View File

@@ -13,7 +13,7 @@ case "$1" in
echo "#####$(basename "$0")#####"
if [ -d /opt/wyze_config_backup ]; then
echo "Factory config backup directory missing"
echo "Factory config backup directory exists"
else
echo "Creating factory config backup directory"
mkdir /opt/wyze_config_backup