diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-30 02:29:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-30 02:29:07 +0000 |
commit | 55251f1adcee77d0e7addec7cc8b2122ac6db08f (patch) | |
tree | fa06a380497d359d62701c63bcd404d6dbcec21e /etc/phpshellsessions | |
parent | 79d28f42a0cbda3600515f7a3d6485cd04bb15bf (diff) | |
download | pfsense-55251f1adcee77d0e7addec7cc8b2122ac6db08f.zip pfsense-55251f1adcee77d0e7addec7cc8b2122ac6db08f.tar.gz |
Output file we are copying. Somehow it appears that niftyjsCode.js
is failing to copy.
Diffstat (limited to 'etc/phpshellsessions')
-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 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(); |