diff --git a/services/filestore/install_deps.sh b/services/filestore/install_deps.sh index 52b6bde59d..2bf275b1cb 100755 --- a/services/filestore/install_deps.sh +++ b/services/filestore/install_deps.sh @@ -7,8 +7,9 @@ wget -q https://s3.amazonaws.com/sl-public-dev-assets/ghostscript-9.15.tar.gz -O cd /tmp tar -xvf /tmp/ghostscript-9.15.tar.gz cd /tmp/ghostscript-9.15 && ./configure && make && make install - npm rebuild +mkdir /app/user_files/ /app/uploads/ /app/template_files/ +chown -R node:node /app/user_files chown -R node:node /app/uploads - -echo gs --version \ No newline at end of file +chown -R node:node /app/template_files +ls -al /app \ No newline at end of file