mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -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
|
||||
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$")
|
||||
if [ -z "$exclusion" ]; then
|
||||
((i ++))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue