Write the list of FIXMEs to /tmp/FIXMEs as well as the terminal.
This commit is contained in:
parent
88baf4c013
commit
769062d4b6
1 changed files with 4 additions and 4 deletions
|
|
@ -184,9 +184,9 @@ rm -rf /etc/nntpserver /etc/lilo.conf_example
|
|||
rm -rf /usr/{local/games,local/man/cat*,man/cat*} /var/man
|
||||
|
||||
# Finally, check for FIXMEs.
|
||||
echo "-> There may be some FIXMEs to attend to:"
|
||||
while IFS=$'\n' read -r ITEM; do
|
||||
echo " -> $ITEM"
|
||||
done < <(grep -R FIXME /etc | egrep -v "^/etc/(\.git|file|magic|misc)")
|
||||
( echo "-> There may be some FIXMEs to attend to (also written to /tmp/FIXMEs):"
|
||||
while IFS=$'\n' read -r ITEM; do
|
||||
echo " -> $ITEM"
|
||||
done < <(grep -R FIXME /etc | egrep -v "^/etc/(\.git|file|magic|misc)") 2>&1) | tee /tmp/FIXMEs
|
||||
|
||||
echo "-> Bootstrap complete!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue