diff options
Diffstat (limited to 'init.d/bootmisc.in')
-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 5049c6e7..a490fb80 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -115,7 +115,7 @@ start() # Clean up /tmp directories local tmp= - for tmp in ${wipe_tmp_dirs-/tmp}; do + for tmp in ${clean_tmp_dirs:-${wipe_tmp_dirs-/tmp}}; do cleanup_tmp_dir "${tmp}" done |