Add style required by linter
This commit is contained in:
parent
7fe7e94fbd
commit
2ff66ee238
2 changed files with 2 additions and 2 deletions
|
@ -507,7 +507,7 @@ const internalAccessList = {
|
|||
if (typeof item.password !== 'undefined' && item.password.length) {
|
||||
logger.info('Adding: ' + item.username);
|
||||
|
||||
utils.execFile('/usr/bin/htpasswd',['-b', htpasswd_file, item.username, item.password])
|
||||
utils.execFile('/usr/bin/htpasswd', ['-b', htpasswd_file, item.username, item.password])
|
||||
.then((/*result*/) => {
|
||||
next();
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue