summaryrefslogtreecommitdiff
path: root/SL2LS.pl
diff options
context:
space:
mode:
Diffstat (limited to 'SL2LS.pl')
-rwxr-xr-xSL2LS.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/SL2LS.pl b/SL2LS.pl
index e5ffddcb..b68a8e05 100755
--- a/SL2LS.pl
+++ b/SL2LS.pl
@@ -7,7 +7,8 @@ $filedie = "To install manually:
rename the sql-ledger.conf to ledger-smb.conf
Delete the SL directory (optional but HIGHLY recommended)\n";
open (SL, "< sql-ledger.conf") || die (
-open (LS, "> ledger-smb.conf") || die {
+"Could not open ledger-smb.conf: $! \n $filedie");
+open (LS, "> ledger-smb.conf") || die (
"Could not open ledger-smb.conf: $! \n $filedie");
while ($line = <SL>){