summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 02:29:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 02:29:07 +0000
commit55251f1adcee77d0e7addec7cc8b2122ac6db08f (patch)
treefa06a380497d359d62701c63bcd404d6dbcec21e
parent79d28f42a0cbda3600515f7a3d6485cd04bb15bf (diff)
downloadpfsense-55251f1adcee77d0e7addec7cc8b2122ac6db08f.zip
pfsense-55251f1adcee77d0e7addec7cc8b2122ac6db08f.tar.gz
Output file we are copying. Somehow it appears that niftyjsCode.js
is failing to copy.
-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