aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboconfig b/sboconfig
index 9c5483d..b0f9bb0 100755
--- a/sboconfig
+++ b/sboconfig
@@ -170,7 +170,7 @@ sub config_write {
print {$conffh} $contents or return();
} else {
# no config file, easiest case of all.
- my ($fh, $exit) = open_fh($conf_file, '>') or return();
+ my ($fh, $exit) = open_fh($conf_file, '>');
if ($exit) {
warn $fh;
exit $exit;