mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
allow an empty folder boot
This commit is contained in:
parent
8cbc1d9cc3
commit
b7be98823a
@ -25,7 +25,7 @@ if (program.error) {
|
||||
const colors = require('colors');
|
||||
console.clear();
|
||||
console.log(colors.bold(`
|
||||
v4.3.0 ____ _
|
||||
v4.5.0 ____ _
|
||||
_ __ ___ / ___|| |_ _ __ ___ __ _ _ __ ___
|
||||
| '_ \` _ \\\\___ \\| __| '__/ _ \\/ _\` | '_ \` _ \\
|
||||
| | | | | |___) | |_| | | __/ (_| | | | | | |
|
||||
|
||||
@ -48,7 +48,7 @@ exports.setup = function (program) {
|
||||
Joi.object({
|
||||
root: Joi.string().required()
|
||||
})
|
||||
).min(1),
|
||||
).min(0),
|
||||
users: Joi.object().pattern(
|
||||
Joi.string(),
|
||||
Joi.object({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user