mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Submitted by: Julian H. Stacey
Changed the echo to match correctly the intended code.
This commit is contained in:
parent
b406571dee
commit
fb851cf86c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ fi
|
|||
cd /tmp
|
||||
# This is not safe, you need to decide what is appropriate for your
|
||||
# system. Leave a warning note for now.
|
||||
echo "You did not enable the cleaning of /tmp in /etc/daily!"
|
||||
echo "You did not enable the cleaning of / in /etc/daily!"
|
||||
#
|
||||
#find / ! -fstype local -a -prune -o \
|
||||
# \( -name '[#,]*' -o -name '.#*' -o -name a.out -o -name *.core \
|
||||
|
|
|
|||
Loading…
Reference in a new issue