mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-22 05:27:24 +00:00
Fixed message when wyze_config_backup exists (#592)
This commit is contained in:
parent
d9c2c160b1
commit
f65b076aa2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user