diff options
Diffstat (limited to 'FS/bin')
-rwxr-xr-x | FS/bin/freeside-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 188a1867a..7ea1025eb 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -125,7 +125,7 @@ $FS::UID::callback_hack = 0; if (!scalar(qsearch('conf', {}))) { my $error = FS::Conf::init_config($config_dir); if ($error) { - dbh->rollback or die dbh->errstr; + $dbh->rollback or die $dbh->errstr; die $error; } } |