summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-22 23:55:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-22 23:55:04 +0000
commit17653781d56722c9010540b0d9d2cbcffac19def (patch)
tree8729389e65e95cd27990bd61554f6389ab49fd64 /etc/phpshellsessions
parentedfde77111cb56d6a101c7438f18d44a09c6778f (diff)
downloadpfsense-17653781d56722c9010540b0d9d2cbcffac19def.zip
pfsense-17653781d56722c9010540b0d9d2cbcffac19def.tar.gz
Add missing exit
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index f5e7172..00f9883 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -184,6 +184,7 @@ function post_cvssync_commands() {
exit;
} else {
echo "+++> Sorry, we could not locate a cvssync backup to restore from. Good luck rescuing your system! :( \n";
+ exit;
}
} else {
echo "it's good!\n";
OpenPOWER on IntegriCloud