diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-22 23:55:04 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-22 23:55:04 +0000 |
commit | 17653781d56722c9010540b0d9d2cbcffac19def (patch) | |
tree | 8729389e65e95cd27990bd61554f6389ab49fd64 /etc | |
parent | edfde77111cb56d6a101c7438f18d44a09c6778f (diff) | |
download | pfsense-17653781d56722c9010540b0d9d2cbcffac19def.zip pfsense-17653781d56722c9010540b0d9d2cbcffac19def.tar.gz |
Add missing exit
Diffstat (limited to 'etc')
-rw-r--r-- | etc/phpshellsessions/cvssync | 1 |
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"; |