mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Do not backup tmp folder
This commit is contained in:
parent
82192a001d
commit
f4749743ce
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ if [ "$USER" != '*' ]; then
|
||||||
set -f
|
set -f
|
||||||
i=0
|
i=0
|
||||||
|
|
||||||
for udir in $(ls -a |egrep -v "^conf$|^web$|^dns$|^mail$|^\.\.$|^\.$"); do
|
for udir in $(ls -a |egrep -v "^conf$|^web$|^dns$|^tmp$|^mail$|^\.\.$|^\.$"); do
|
||||||
exclusion=$(echo "$USER" |tr ',' '\n' |grep "^$udir$")
|
exclusion=$(echo "$USER" |tr ',' '\n' |grep "^$udir$")
|
||||||
if [ -z "$exclusion" ]; then
|
if [ -z "$exclusion" ]; then
|
||||||
((i ++))
|
((i ++))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue