diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/bootmisc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 9a3b1fa1..3cead5e6 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -39,7 +39,7 @@ cleanup_tmp_dir() # each user gets a private directory with immutable # bit set; remove the immutable bit before trying to # remove it. - [ -d /tmp/.private ] && chattr -R -a /tmp/.private + [ -d /tmp/.private ] && chattr -R -a /tmp/.private 2> /dev/null find $startopts ! -name . \ ! -path "./lost+found" \ |