From 28e86453644e71663a559432b6dfb12bfbee4351 Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 15 Aug 2014 13:46:06 +0100 Subject: [PATCH] Update formatting of fs check message --- server-ce/Gruntfile.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server-ce/Gruntfile.coffee b/server-ce/Gruntfile.coffee index 05611ab60d..1975c3f22a 100644 --- a/server-ce/Gruntfile.coffee +++ b/server-ce/Gruntfile.coffee @@ -324,10 +324,10 @@ module.exports = (grunt) -> Could not find directory "#{Settings.filestore.stores.user_files}". Please check your configuration. """ + callback() else grunt.log.writeln "Filestore other than FS configured. Not checking FS." - callback() - + callback() checkMake: (callback = (error) ->) -> grunt.log.write "Checking make is installed... "