Skip to content

Commit

Permalink
Fixing error in run.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Mar 21, 2016
1 parent d0ceb29 commit d5c52ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
shift
;;
--daemon|--restart|restart)
if [ $1 == "--restart" ]
if [ "$1"=="--restart" ]
then
paster_args="$paster_args restart"
else
Expand Down

0 comments on commit d5c52ca

Please sign in to comment.