diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-24 04:05:09 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-24 04:05:09 +0000 |
commit | f525af81bb26ab2648758543d6aba72aa74db7b5 (patch) | |
tree | 0363cc9725dabce26959031224274f6ecbaebb8b | |
parent | 0cf5aa69c09cebc5774a4e8486475ba6097ab37b (diff) | |
download | pfsense-f525af81bb26ab2648758543d6aba72aa74db7b5.zip pfsense-f525af81bb26ab2648758543d6aba72aa74db7b5.tar.gz |
Remove non-needed \n
-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 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"; |