Skip to content

Commit

Permalink
Change ACL error message (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer authored Nov 14, 2019
1 parent 6e20aeb commit b4c4d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/acl-config
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ SQL;
$log->err('Backup tables detected! ');
$log->err('Unable to continue!');
$log->err('This may indicate a failed previous run.');
$log->err('Please see the XDMoD Troubleshooting documentation to resolve.');
$log->err('Run "acl-config --recover" to recover using backup tables.');
$log->err('See https://open.xdmod.org/9.0/faq.html#why-do-i-see-backup-tables-detected-when-running-the-acl-config-script for more information.');
exit(1);
} elseif (!$backupTablesExist) {
if ($recover) {
Expand Down

0 comments on commit b4c4d20

Please # to comment.