]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add missing env in install.sh
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 3 Oct 2016 16:13:40 +0000 (18:13 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 16:13:40 +0000 (18:13 +0200)
Fix https://github.com/wallabag/wallabag/issues/2345

install.sh

index 87d53bf09e7f3b4a822c7492cf75c6ce06c62704..fad8b4c092c0119ac444c9c39f7def63322431f6 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/env bash
 
 echo " > Installing PHP dependencies through Composer..."
-composer install --no-interaction --no-progress --prefer-dist -o --no-dev
+SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev
 
 chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
 echo " > Downloading librairies through npm..."