Skip to content

Commit

Permalink
Fixed redisqworker path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Agarwal committed Mar 13, 2015
1 parent acd8410 commit 2f456ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saturnring_postbootup_as_vagrant_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ mkdir -p $INSTALLLOCATION/redisqconf
cat <<EOF > $INSTALLLOCATION/redisqconf/rqworker.sh
#!/bin/bash
source $INSTALLLOCATION/saturnenv/bin/activate
python $INSTALLLOCATION/ssddj/manage.py rqworker default
python $INSTALLLOCATION/ssddj/manage.py rqworker \$1
EOF
chmod +x $INSTALLLOCATION/redisqconf/rqworker.sh

0 comments on commit 2f456ef

Please sign in to comment.