summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-31 21:30:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-31 21:30:06 +0000
commit36db7251eae248bceba8a18b4fe7458473703386 (patch)
treeeae6bef49fd893d707585eb51c5cdb0f2bf43146
parente469df3ddac7b357cc39187e31d806adb16cda4b (diff)
downloadpfsense-36db7251eae248bceba8a18b4fe7458473703386.zip
pfsense-36db7251eae248bceba8a18b4fe7458473703386.tar.gz
Add line break to make the text look tidy.
-rw-r--r--etc/phpshellsessions/cvssync4
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";
OpenPOWER on IntegriCloud