send error output from chattr command to /dev/null
This is for bug #346659.
This commit is contained in:
parent
bdfab242b7
commit
82b265016a
@ -39,7 +39,7 @@ cleanup_tmp_dir()
|
|||||||
# each user gets a private directory with immutable
|
# each user gets a private directory with immutable
|
||||||
# bit set; remove the immutable bit before trying to
|
# bit set; remove the immutable bit before trying to
|
||||||
# remove it.
|
# remove it.
|
||||||
[ -d /tmp/.private ] && chattr -R -a /tmp/.private
|
[ -d /tmp/.private ] && chattr -R -a /tmp/.private 2> /dev/null
|
||||||
|
|
||||||
find $startopts ! -name . \
|
find $startopts ! -name . \
|
||||||
! -path "./lost+found" \
|
! -path "./lost+found" \
|
||||||
|
Loading…
Reference in New Issue
Block a user