mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 22:26:18 +02:00
Fetch credentials arg from CLI
This commit is contained in:
parent
12cb8e0dc1
commit
d72d79ea82
@ -34,5 +34,10 @@ for ( var i = 0; i < argv.length; i++ ) {
|
||||
exports.argv.settings = arg;
|
||||
}
|
||||
|
||||
// Override location of credentials.json file
|
||||
if ( prevArg == '--credentials' ) {
|
||||
exports.argv.credentials = arg;
|
||||
}
|
||||
|
||||
prevArg = arg;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user