From dbec18e1d46d8687bc555ccfdf1585035f28494d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 Nov 2008 23:38:29 +0000 Subject: * Use system * Use correct filename --- etc/phpshellsessions/cvssync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 415db71..257aece 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -232,6 +232,6 @@ function post_cvssync_commands() { conf_mount_ro(); echo "===> Showing rules.debug differences\n"; -exec("diff -u /tmp/rules.beforecvssync /conf/config.xml"); +system("diff -u /tmp/rules.beforecvssync /tmp/rules.debug"); echo "\n"; -- cgit v1.1