authUserAdd script now references argon2 through authentication-module
[websub-hub] / bin / dumpConfig.js
old mode 100644 (file)
new mode 100755 (executable)
index 6a8450a..12bb9ce
@@ -1,3 +1,6 @@
+#!/usr/bin/env node
+/* eslint-disable node/shebang */
+
 'use strict';
 
 const Config = require('../config');