Skip to content
Snippets Groups Projects
Commit 249ede51 authored by rswindell's avatar rswindell
Browse files

Print the script revision along with a title ("Synchronet Check Setup vX.XX")

parent 99a00db1
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@
// Sanity-check a Synchronet BBS installation
"use strict";
const REVISION = "$Revision$".split(' ')[1];
require("sbbsdefs.js", 'USER_DELETED');
function check_codes(desc, grp_list, sub_list)
......@@ -275,6 +276,8 @@ var tests = {
}
};
print('Synchronet Check Setup v' + REVISION);
var options = { verbose: argv.indexOf('-v') >= 0 || argv.indexOf('-V') >= 0};
var issues = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment