mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[misc] bin/grunt: keep up with changes to create-admin script
This commit is contained in:
parent
b1ad447c33
commit
90610acb59
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ cd /var/www/sharelatex/web/modules/server-ce-scripts/scripts
|
|||
|
||||
case "$TASK" in
|
||||
user:create-admin)
|
||||
node create-admin "$@"
|
||||
node create-user --admin "$@"
|
||||
;;
|
||||
|
||||
user:delete)
|
||||
|
|
Loading…
Reference in a new issue