summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-24 04:05:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-24 04:05:09 +0000
commitf525af81bb26ab2648758543d6aba72aa74db7b5 (patch)
tree0363cc9725dabce26959031224274f6ecbaebb8b /etc
parent0cf5aa69c09cebc5774a4e8486475ba6097ab37b (diff)
downloadpfsense-f525af81bb26ab2648758543d6aba72aa74db7b5.zip
pfsense-f525af81bb26ab2648758543d6aba72aa74db7b5.tar.gz
Remove non-needed \n
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 3894e10..101b878 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -198,7 +198,7 @@ if($nobackup == false) {
$exclude .= " --exclude /var/empty";
exec("tar czPf /root/cvssync_backup.tgz {$exclude} /");
$size = filesize("/root/cvssync_backup.tgz");
- echo "{$size} bytes.\n\n";
+ echo "{$size} bytes.\n";
}
echo "===> Checking out $branch\n";
OpenPOWER on IntegriCloud