diff options
-rwxr-xr-x | samba_wizard/scripts/Smbconf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/scripts/Smbconf.pm b/samba_wizard/scripts/Smbconf.pm index 13b36528..4e91d6c0 100755 --- a/samba_wizard/scripts/Smbconf.pm +++ b/samba_wizard/scripts/Smbconf.pm @@ -31,7 +31,7 @@ sub read_conf { my @tab; my %conf; - open(FH, $file) or die "$!"; + open(FH, $file) or die "$! ($file)"; while (<FH>) { if (/^(\s*\;?\s*)\[(.*)\].*/) { $menu = $2; |