We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fc163 commit ae6674cCopy full SHA for ae6674c
bin/v-backup-user
@@ -477,7 +477,7 @@ if [ "$USER" != '*' ]; then
477
set -f
478
i=0
479
480
- 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
481
exclusion=$(echo "$USER" |tr ',' '\n' |grep "^$udir$")
482
if [ -z "$exclusion" ]; then
483
((i ++))
0 commit comments