From fdff6d39c66495f21eb3568e444ccdb8b3834d43 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Mon, 1 Jun 2015 00:14:00 -0300 Subject: [PATCH] moved uploadPath --- lib/file.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/file.coffee b/lib/file.coffee index 589f03e744d..bb94c213864 100644 --- a/lib/file.coffee +++ b/lib/file.coffee @@ -1,4 +1,4 @@ -uploadPath = "~/uploads" +uploadPath = "/var/www/rocket.chat/uploads" store = new FS.Store.FileSystem "avatars", path: uploadPath