diff options
| -rwxr-xr-x | sboconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -167,7 +167,7 @@ sub config_write {  			warn $conffh;  			exit $exit;  		} -		print {$conffh} $contents or return(); +		print {$conffh} $contents;  	} else {  		# no config file, easiest case of all.  		my ($fh, $exit) = open_fh($conf_file, '>'); | 
