修复备份本地备份
This commit is contained in:
parent
a571c118d7
commit
87a0d5eec5
@ -90,7 +90,7 @@ source \"${path}/venv/bin/activate\"
|
||||
|
||||
for item in "$web_path"/*; do
|
||||
declare item_name=\$(basename "\$item")
|
||||
if [[ "\$ignore" =~ "\$item" ]];then
|
||||
if [[ "\$ignore" =~ "\item_name" ]];then
|
||||
continue
|
||||
fi
|
||||
cd "\$item" || exit
|
||||
|
Loading…
Reference in New Issue
Block a user