From a41e80f98b6ba200e3d922c408c8a6239b1e1fe5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 17 Jul 2011 19:55:41 -0400 Subject: Redirect errors to file --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index f8194ac..8b807c9 100755 --- a/etc/rc +++ b/etc/rc @@ -342,7 +342,7 @@ fi # Run the php.ini setup file and populate # /usr/local/etc/php.ini and /usr/local/lib/php.ini -/etc/rc.php_ini_setup +/etc/rc.php_ini_setup 2>/tmp/php_errors.txt # Launch external configuration loader for supported platforms if [ "$PLATFORM" = "embedded" ]; then -- cgit v1.1