mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
removed duplicate loop
This commit is contained in:
parent
0437c4ac3e
commit
00bc162fe6
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
|
||||||
fargs+=(--exclude='logs/*')
|
fargs+=(--exclude='logs/*')
|
||||||
if [ ! -z "$exlusion" ]; then
|
if [ ! -z "$exlusion" ]; then
|
||||||
xdirs="$(echo -e "$exlusion" |tr ':' '\n' |grep -v $domain)"
|
xdirs="$(echo -e "$exlusion" |tr ':' '\n' |grep -v $domain)"
|
||||||
for xpath in $xdirs; do
|
|
||||||
for xpath in $xdirs; do
|
for xpath in $xdirs; do
|
||||||
if [ -d "$xpath" ]; then
|
if [ -d "$xpath" ]; then
|
||||||
fargs+=(--exclude=$xpath/*)
|
fargs+=(--exclude=$xpath/*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue