diff options
-rw-r--r-- | etc/phpshellsessions/cvssync | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |