allow an empty folder boot

This commit is contained in:
Paul Sori 2019-10-28 20:17:42 -04:00
parent 8cbc1d9cc3
commit b7be98823a
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ if (program.error) {
const colors = require('colors');
console.clear();
console.log(colors.bold(`
v4.3.0 ____ _
v4.5.0 ____ _
_ __ ___ / ___|| |_ _ __ ___ __ _ _ __ ___
| '_ \` _ \\\\___ \\| __| '__/ _ \\/ _\` | '_ \` _ \\
| | | | | |___) | |_| | | __/ (_| | | | | | |

View File

@ -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({