Do not echo when running CDROM routines

This commit is contained in:
Scott Ullrich 2005-11-16 01:19:53 +00:00
parent 5621d2d535
commit f1feaf7b33

1
etc/rc
View File

@ -35,7 +35,6 @@ echo "Welcome to pfSense ${version} on the '${PLATFORM}' platform..."
echo
if [ "$PLATFORM" = "cdrom" ]; then
echo "Running CDROM routines..."
/etc/rc.cdrom
fi