summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index a5485eb..3485737 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -137,7 +137,7 @@ exec("rm -f ${CODIR}/pfSense/etc/syslog.conf 2>/dev/null");
echo "===> Installing new files...\n";
-exec("cd $CODIR/pfSense ; tar -cpf - . | (cd / ; tar -Uxpf -)");
+exec("cd $CODIR/pfSense ; tar -cvpf - . | (cd / ; tar -Uvxpf -)");
post_cvssync_commands();
OpenPOWER on IntegriCloud