diff --git a/script/server b/script/server index 79ddf4320..f2a2d2843 100755 --- a/script/server +++ b/script/server @@ -160,8 +160,8 @@ fi # echo 'WARNING: Jammit precache error (now or at install)' >&2 #fi -if [ ! -e 'public/assets/default.css']; then - if ["$RAILS_ENV" == 'production']; then +if [ ! -e 'public/assets/default.css' ]; then + if [ "$RAILS_ENV" == 'production' ]; then echo "INFO: If you want further performance improvements," >&2 echo "after the first request to the page after each git pull, run:" >&2 echo "bundle exec jammit" >&2