mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-04 11:47:22 +02:00
chmod +x
This commit is contained in:
parent
6794bee604
commit
bcd3d1aa75
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
/* jslint node: true */
|
||||
'use strict';
|
||||
|
||||
|
@ -85,7 +87,7 @@ function handleUserCommand() {
|
|||
function setNewPass(userId, callback) {
|
||||
assert(_.isNumber(userId));
|
||||
assert(userId > 0);
|
||||
|
||||
|
||||
var u = new user.User();
|
||||
u.userId = userId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue