mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix confusing error when passing -a instead of -a :
This commit is contained in:
parent
b2a97238e8
commit
c9a1efeeaa
@ -105,7 +105,7 @@ module.exports = function(config, optimist) {
|
||||
console.log("Run using --listen localhost instead to only expose Cloud9 to localhost,");
|
||||
console.log("or use -a username:password to setup HTTP authentication\n");
|
||||
}
|
||||
var auth = (argv.auth || ":").split(":");
|
||||
var auth = (argv.auth + "").split(":");
|
||||
|
||||
var plugins = [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user