Skip to content

Commit

Permalink
Simplify assets command
Browse files Browse the repository at this point in the history
This way doesn't suppress output
h/t again @icereval
  • Loading branch information
sloria committed Jun 9, 2015
1 parent 5610623 commit 7fbedd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/osf/ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Restarting the app server
# After pulling down changes
# Update and build assets then restart uwsgi
$ $(HOME=/opt/data/tmp; sudo -u www-data -s /bin/bash -c "source /opt/data/envs/osf/bin/activate && invoke assets" && sudo service uwsgi restart)
$ sudo -u www-data -s /bin/bash -c "HOME=/tmp; source /opt/data/envs/osf/bin/activate && invoke assets" && sudo service uwsgi restart
Updating OSF for Meetings Database
----------------------------------

Expand Down

0 comments on commit 7fbedd2

Please sign in to comment.