diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-07-31 21:30:06 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-07-31 21:30:06 +0000 |
commit | 36db7251eae248bceba8a18b4fe7458473703386 (patch) | |
tree | eae6bef49fd893d707585eb51c5cdb0f2bf43146 /etc/phpshellsessions | |
parent | e469df3ddac7b357cc39187e31d806adb16cda4b (diff) | |
download | pfsense-36db7251eae248bceba8a18b4fe7458473703386.zip pfsense-36db7251eae248bceba8a18b4fe7458473703386.tar.gz |
Add line break to make the text look tidy.
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r-- | etc/phpshellsessions/cvssync | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 76ea9cd..7748ff0 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -133,7 +133,9 @@ exec("cd $CODIR/pfSense ; tar -cpf - . | (cd / ; tar -Uxpf -)"); post_cvssync_commands(); -echo "===> Checkout complete. Your system is now sync'd and PHP and Lighty will be restarted in 5 seconds.\n"; +echo "===> Checkout complete.\n"; +echo "\n"; +echo "Your system is now sync'd and PHP and Lighty will be restarted in 5 seconds.\n\n"; function post_cvssync_commands() { echo "===> Removing FAST-CGI temporary files...\n"; |