From 376e894acada62c3eb4e82c9ce386b50ef65bc6d Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 19 Aug 2014 15:24:58 +0100 Subject: [PATCH] Install directories on initial installation --- server-ce/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-ce/Gruntfile.coffee b/server-ce/Gruntfile.coffee index 38885c6cc3..6f618a8850 100644 --- a/server-ce/Gruntfile.coffee +++ b/server-ce/Gruntfile.coffee @@ -111,7 +111,7 @@ module.exports = (grunt) -> grunt.registerTask 'install:all', "Download and set up all ShareLaTeX services", ["check:make"].concat( ("install:#{service.name}" for service in SERVICES) - ).concat(["install:config"]) + ).concat(["install:config", "install:dirs"]) grunt.registerTask 'install', 'install:all' grunt.registerTask 'update:all', "Checkout and update all ShareLaTeX services", ["check:make"].concat(